From 578941e41a3725ba46be26b1abe4b0fd6acf5fb9 Mon Sep 17 00:00:00 2001 From: Peter Westwood 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: https://develop.svn.wordpress.org/trunk@8094 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 caa23908d4..a4b18ef32a 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() ); }