Changeset 46451 for trunk/src/wp-includes/widgets.php
- Timestamp:
- 10/09/2019 04:26:22 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets.php
r46147 r46451 345 345 * 346 346 * @since 2.2.0 347 * @since 5.3.0 Formalized the existing and already documented `...$params` parameter 348 * by adding it to the function signature. 347 349 * 348 350 * @global array $wp_registered_widgets Uses stored registered widgets. … … 482 484 * 483 485 * @since 2.2.0 486 * @since 5.3.0 Formalized the existing and already documented `...$params` parameter 487 * by adding it to the function signature. 484 488 * 485 489 * @global array $wp_registered_widget_controls … … 557 561 * 558 562 * @since 2.8.0 563 * @since 5.3.0 Formalized the existing and already documented `...$params` parameter 564 * by adding it to the function signature. 559 565 * 560 566 * @global array $wp_registered_widget_updates … … 589 595 * 590 596 * @since 2.8.0 597 * @since 5.3.0 Formalized the existing and already documented `...$params` parameter 598 * by adding it to the function signature. 591 599 * 592 600 * @global array $wp_registered_widget_controls
Note: See TracChangeset
for help on using the changeset viewer.