Fix the phpdoc comments so we don't lose a function :-(. Fixes #7144 props johnhennmacc.

git-svn-id: https://develop.svn.wordpress.org/trunk@8094 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood 2008-06-15 19:11:15 +00:00
parent e3ea2c92cc
commit 578941e41a
1 changed files with 1 additions and 1 deletions

View File

@ -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() );
}