From 84a93d7c65e6f07f04508d0e23ea728f9c59bc45 Mon Sep 17 00:00:00 2001 From: westi Date: Sun, 15 Jun 2008 19:11:15 +0000 Subject: [PATCH] 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 --- wp-includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/functions.php b/wp-includes/functions.php index caa23908d..a4b18ef32 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -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() ); }