Update phpdoc for wp_list_widgets(). fixes #15373.
git-svn-id: https://develop.svn.wordpress.org/trunk@16269 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
5861cd15ae
commit
9ac3468253
@ -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
Block a user