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
This commit is contained in:
parent
11f2a581ec
commit
42c9c61003
|
@ -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
|
* 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()
|
* 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'
|
* e.g. 'name=Sidebar&id=my_prefix_sidebar'
|
||||||
*
|
*
|
||||||
* The same argument passed as an array:
|
* The same arguments passed as an array:
|
||||||
*
|
*
|
||||||
* array(
|
* array(
|
||||||
* 'name' => 'Sidebar',
|
* 'name' => 'Sidebar',
|
||||||
|
|
Loading…
Reference in New Issue