Changeset 30609
- Timestamp:
- 11/28/2014 11:12:46 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-setting.php
r30105 r30609 140 140 * not handled as theme_mods or options. 141 141 * 142 * The dynamic portion of the hook name, $this->type, refers to the setting type.142 * The dynamic portion of the hook name, `$this->type`, refers to the setting type. 143 143 * 144 144 * @since 4.1.0 145 145 * 146 * @param WP_Customize_Setting $this WP_Customize_Settinginstance.146 * @param WP_Customize_Setting $this {@see WP_Customize_Setting} instance. 147 147 */ 148 148 do_action( "customize_preview_{$this->type}", $this );
Note: See TracChangeset
for help on using the changeset viewer.