[wp-meta] [Making WordPress.org] #3375: The schedule shortcode is echoeing an extra "1"
Making WordPress.org
noreply at wordpress.org
Fri Jan 12 21:05:01 UTC 2018
#3375: The schedule shortcode is echoeing an extra "1"
-------------------------------------+---------------------------
Reporter: imath | Owner: coreymckrill
Type: defect | Status: closed
Priority: normal | Milestone:
Component: WordCamp Site & Plugins | Resolution: fixed
Keywords: |
-------------------------------------+---------------------------
Changes (by coreymckrill):
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"6379"]:
{{{
#!CommitTicketReference repository="" revision="6379"
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
}}}
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/3375#comment:3>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list