Fix the phpdoc comments so we don't lose a function :-(. Fixes #7144 props johnhennmacc.
git-svn-id: http://svn.automattic.com/wordpress/trunk@8094 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
92bf0c6405
commit
84a93d7c65
|
@ -1785,7 +1785,7 @@ function wp_widgets_add_menu() {
|
|||
* Make sure all output buffers are flushed before our singletons our destroyed.
|
||||
*
|
||||
* @since 2.2.0
|
||||
/
|
||||
*/
|
||||
function wp_ob_end_flush_all() {
|
||||
while ( @ob_end_flush() );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue