Changeset 20028 for trunk/wp-includes/class-wp-customize-setting.php
- Timestamp:
- 02/28/2012 09:21:16 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-customize-setting.php
r20000 r20028 162 162 */ 163 163 public function sanitize( $value ) { 164 $value = stripslashes_deep( $value ); 164 165 return apply_filters( "customize_sanitize_{$this->id}", $value ); 165 166 }
Note: See TracChangeset
for help on using the changeset viewer.