Changeset 15590 for trunk/wp-includes/widgets.php
- Timestamp:
- 09/07/2010 11:21:11 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/widgets.php
r14404 r15590 597 597 * @param string $name Widget display title. 598 598 * @param callback $output_callback Run when widget is called. 599 * @param array|string Optional. $optionsWidget Options.599 * @param array|string $options Optional. Widget Options. 600 600 * @param mixed $params,... Widget parameters to add to widget. 601 601 * @return null Will return if $output_callback is empty after removing widget. … … 912 912 * @since 2.2.0 913 913 * 914 * @param callback Optional, Widget callback to check.914 * @param string $callback Optional, Widget callback to check. 915 915 * @param int $widget_id Optional, but needed for checking. Widget ID. 916 916 * @param string $id_base Optional, the base ID of a widget created by extending WP_Widget. … … 966 966 * @since 2.8 967 967 * 968 * @param mixed $index , sidebar name, id or number to check.968 * @param mixed $index Sidebar name, id or number to check. 969 969 * @return bool true if the sidebar is in use, false otherwise. 970 970 */ … … 989 989 * @access private 990 990 * 991 * @param bool $deprecated . Not used.991 * @param bool $deprecated Not used (deprecated). 992 992 * @return array Upgraded list of widgets to version 3 array format when called from the admin. 993 993 */
Note: See TracChangeset
for help on using the changeset viewer.