Changeset 37342 for trunk/src/wp-includes/widgets.php
- Timestamp:
- 05/02/2016 03:59:56 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets.php
r36709 r37342 522 522 * @param string $id_base The base ID of a widget created by extending WP_Widget. 523 523 * @param callable $update_callback Update callback method for the widget. 524 * @param array $options Optional. Widget control options. See {@see wp_register_widget_control()}.524 * @param array $options Optional. Widget control options. See wp_register_widget_control(). 525 525 * Default empty array. 526 526 */ … … 553 553 * @param string $name Name attribute for the widget. 554 554 * @param callable $form_callback Form callback. 555 * @param array $options Optional. Widget control options. See {@see wp_register_widget_control()}.555 * @param array $options Optional. Widget control options. See wp_register_widget_control(). 556 556 * Default empty array. 557 557 */
Note: See TracChangeset
for help on using the changeset viewer.