mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 07:40:07 +00:00
Fix a typo in the PHPDoc for wp_register_sidebar_widget().
Props Jonnyauk. Fixes #29007. git-svn-id: https://develop.svn.wordpress.org/trunk@29276 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user