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:
westi 2008-06-15 19:11:15 +00:00
parent 92bf0c6405
commit 84a93d7c65
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() );
}