Changeset 45644
- Timestamp:
- 07/16/2019 09:32:21 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-widgets.php
r45599 r45644 1972 1972 public function capture_filter_pre_update_option( $new_value, $option_name, $old_value ) { 1973 1973 if ( $this->is_option_capture_ignored( $option_name ) ) { 1974 return ;1974 return $new_value; 1975 1975 } 1976 1976
Note: See TracChangeset
for help on using the changeset viewer.