Changeset 32031
- Timestamp:
- 04/05/2015 03:02:24 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-manager.php
r32030 r32031 119 119 * @since 3.4.0 120 120 * @since 4.2.0 Added `$action` param. 121 * @access public 121 122 * 122 123 * @param string|null $action Whether the supplied AJAX action is being run. … … 479 480 480 481 /** 481 * Override a setting's (unsanitized) value as found in any incoming $_POST['customized'] 482 * Override a setting's (unsanitized) value as found in any incoming $_POST['customized']. 482 483 * 483 484 * @since 4.2.0 484 * 485 * @param string $setting_id The ID for the WP_Customize_Setting instance. 486 * @param mixed $value 485 * @access public 486 * 487 * @param string $setting_id ID for the WP_Customize_Setting instance. 488 * @param mixed $value Post value. 487 489 */ 488 490 public function set_post_value( $setting_id, $value ) {
Note: See TracChangeset
for help on using the changeset viewer.