Fix a typo in the PHPDoc for `wp_register_sidebar_widget()`.
Props Jonnyauk. Fixes #29007. Built from https://develop.svn.wordpress.org/trunk@29276 git-svn-id: http://core.svn.wordpress.org/trunk@29058 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e329b34f37
commit
cc82d1bea4
|
@ -689,9 +689,9 @@ function unregister_sidebar( $name ) {
|
|||
/**
|
||||
* Register widget for use in sidebars.
|
||||
*
|
||||
* The default widget option is 'classname' that can be override.
|
||||
* The default widget option is 'classname' that can be overridden.
|
||||
*
|
||||
* The function can also be used to unregister widgets when $output_callback
|
||||
* The function can also be used to un-register widgets when $output_callback
|
||||
* parameter is an empty string.
|
||||
*
|
||||
* @since 2.2.0
|
||||
|
|
Loading…
Reference in New Issue