Update phpdoc for wp_list_widgets(). fixes #15373.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16269 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
42fbeea783
commit
5560332a2c
|
@ -7,14 +7,9 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* Display list of the available widgets, either all or matching search.
|
||||
* Display list of the available widgets.
|
||||
*
|
||||
* The search parameter are search terms separated by spaces.
|
||||
*
|
||||
* @since unknown
|
||||
*
|
||||
* @param string $show Optional, default is all. What to display, can be 'all', 'unused', or 'used'.
|
||||
* @param string $_search Optional. Search for widgets. Should be unsanitized.
|
||||
* @since 2.5.0
|
||||
*/
|
||||
function wp_list_widgets() {
|
||||
global $wp_registered_widgets, $sidebars_widgets, $wp_registered_widget_controls;
|
||||
|
|
Loading…
Reference in New Issue