Changeset 36645 for trunk/src/wp-includes/class-wp-customize-manager.php
- Timestamp:
- 02/23/2016 07:17:11 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-manager.php
r36586 r36645 247 247 * This allows Core components to be excluded from being instantiated by 248 248 * filtering them out of the array. Note that this filter generally runs 249 * during the <code>plugins_loaded</code>action, so it cannot be added249 * during the `plugins_loaded` action, so it cannot be added 250 250 * in a theme. 251 251 * … … 704 704 * Fires when the {@see WP_Customize_Manager::set_post_value()} method is called. 705 705 * 706 * This is useful for <code>WP_Customize_Setting</code>instances to watch706 * This is useful for `WP_Customize_Setting` instances to watch 707 707 * in order to update a cached previewed value. 708 708 *
Note: See TracChangeset
for help on using the changeset viewer.