Changeset 16269
- Timestamp:
- 11/10/2010 12:28:03 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/widgets.php
r16061 r16269 8 8 9 9 /** 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 18 13 */ 19 14 function wp_list_widgets() {
Note: See TracChangeset
for help on using the changeset viewer.