Changeset 36745
- Timestamp:
- 02/27/2016 09:16:37 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-filter-setting.php
r35385 r36745 20 20 21 21 /** 22 * Saves the value of the setting, using the related API. 23 * 22 24 * @since 3.4.0 25 * @access public 26 * 27 * @param mixed $value The value to update. 23 28 */ 24 29 public function update( $value ) {}
Note: See TracChangeset
for help on using the changeset viewer.