- Timestamp:
- 02/27/2018 02:30:46 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-custom-css-setting.php
r42343 r42761 162 162 } 163 163 164 if ( empty( $validity->errors) ) {164 if ( ! $validity->has_errors() ) { 165 165 $validity = parent::validate( $css ); 166 166 }
Note: See TracChangeset
for help on using the changeset viewer.