Changeset 37491 for trunk/src/wp-includes/class-wp-customize-setting.php
- Timestamp:
- 05/22/2016 06:09:59 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-setting.php
r37476 r37491 518 518 519 519 /** 520 * Filter a Customize setting value in un-slashed form.520 * Filters a Customize setting value in un-slashed form. 521 521 * 522 522 * @since 3.4.0 … … 694 694 695 695 /** 696 * Filter a Customize setting value not handled as a theme_mod or option.696 * Filters a Customize setting value not handled as a theme_mod or option. 697 697 * 698 698 * The dynamic portion of the hook name, `$this->id_date['base']`, refers to … … 728 728 729 729 /** 730 * Filter a Customize setting value for use in JavaScript.730 * Filters a Customize setting value for use in JavaScript. 731 731 * 732 732 * The dynamic portion of the hook name, `$this->id`, refers to the setting ID.
Note: See TracChangeset
for help on using the changeset viewer.