From d97220fa2cbfa2e4577dd64fa3336dd153f33323 Mon Sep 17 00:00:00 2001 From: Helen Hou-Sandi Date: Sun, 23 Dec 2012 22:11:37 +0000 Subject: [PATCH] Minor phpdoc fixes for register_sidebar(). props SergeyBiryukov. fixes #22905. git-svn-id: https://develop.svn.wordpress.org/trunk@23199 602fd350-edb4-49c9-b593-d223f7449a82 --- 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',