Changeset 23554 for trunk/wp-includes/class-wp-customize-manager.php
- Timestamp:
- 03/01/2013 04:28:40 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-customize-manager.php
r23416 r23554 311 311 if ( ! isset( $this->_post_values ) ) { 312 312 if ( isset( $_POST['customized'] ) ) 313 $this->_post_values = json_decode( wp_unslash( $_POST['customized'] ), true );313 $this->_post_values = json_decode( stripslashes( $_POST['customized'] ), true ); 314 314 else 315 315 $this->_post_values = false;
Note: See TracChangeset
for help on using the changeset viewer.