From 42c9c61003737df3bfd5347cce3ccc6000fb8f20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helen=20Hou-Sand=C3=AD?= Date: Sun, 23 Dec 2012 22:11:37 +0000 Subject: [PATCH] Minor phpdoc fixes for register_sidebar(). props SergeyBiryukov. fixes #22905. git-svn-id: http://core.svn.wordpress.org/trunk@23199 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/widgets.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/widgets.php b/wp-includes/widgets.php index 9aae326a40..61d2cd7d46 100644 --- a/wp-includes/widgets.php +++ b/wp-includes/widgets.php @@ -521,11 +521,11 @@ function register_sidebars($number = 1, $args = array()) { * If theme support for 'widgets' has not yet been added when this function is * called, it will be automatically enabled through the use of add_theme_support() * - * Arguments passed as a string should be separated by '&' + * Arguments passed as a string should be separated by '&': * * e.g. 'name=Sidebar&id=my_prefix_sidebar' * - * The same argument passed as an array: + * The same arguments passed as an array: * * array( * 'name' => 'Sidebar',