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
This commit is contained in:
Helen Hou-Sandi 2012-12-23 22:11:37 +00:00
parent 021167d954
commit d97220fa2c
1 changed files with 2 additions and 2 deletions

View File

@ -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',