Make WordPress Core

Changeset 16269


Ignore:
Timestamp:
11/10/2010 12:28:03 PM (14 years ago)
Author:
nacin
Message:

Update phpdoc for wp_list_widgets(). fixes #15373.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/widgets.php

    r16061 r16269  
    88
    99/**
    10  * Display list of the available widgets, either all or matching search.
    11  *
    12  * The search parameter are search terms separated by spaces.
    13  *
    14  * @since unknown
    15  *
    16  * @param string $show Optional, default is all. What to display, can be 'all', 'unused', or 'used'.
    17  * @param string $_search Optional. Search for widgets. Should be unsanitized.
     10 * Display list of the available widgets.
     11 *
     12 * @since 2.5.0
    1813 */
    1914function wp_list_widgets() {
Note: See TracChangeset for help on using the changeset viewer.