Changeset 37518 for trunk/src/wp-includes/widgets.php
- Timestamp:
- 05/22/2016 06:49:05 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets.php
r37342 r37518 673 673 674 674 /** 675 * Filter the parameters passed to a widget's display callback.675 * Filters the parameters passed to a widget's display callback. 676 676 * 677 677 * Note: The filter is evaluated on both the front end and back end, … … 756 756 757 757 /** 758 * Filter whether a sidebar has widgets.758 * Filters whether a sidebar has widgets. 759 759 * 760 760 * Note: The filter is also evaluated for empty sidebars, and on both the front end … … 854 854 855 855 /** 856 * Filter whether a dynamic sidebar is considered "active".856 * Filters whether a dynamic sidebar is considered "active". 857 857 * 858 858 * @since 3.9.0 … … 905 905 906 906 /** 907 * Filter the list of sidebars and their widgets.907 * Filters the list of sidebars and their widgets. 908 908 * 909 909 * @since 2.7.0
Note: See TracChangeset
for help on using the changeset viewer.