Making WordPress.org

Changeset 6379

Timestamp:
01/12/2018 09:05:00 PM (7 years ago)
Author:
coreymckrill
Message:

WordCamp Schedule: Use correct output buffer function for email schedule form

The ob_end_flush function actually returns a boolean instead of the contents
of the buffer. ob_get_clean combines the functionality of ob_get_contents
and ob_end_clean, and so correctly returns the contents of the buffer.

Props imath, coreymckrill
Fixes #3375

File:
1 edited

Legend:

Unmodified
Added
Removed
Note: See TracChangeset for help on using the changeset viewer.