Ticket #38564: 38564.diff
| File 38564.diff, 893 bytes (added by , 9 years ago) |
|---|
-
wp-includes/customize/class-wp-customize-custom-css-setting.php
203 203 $imbalanced = true; 204 204 } 205 205 if ( $imbalanced && $this->is_possible_content_error( $css ) ) { 206 $validity->add( 'possible_false_positive', __( 'Imbalanced/Unclosed character errors can be caused <code>content: "";</code> declarations. You may need to remove this or add ita custom CSS file.' ) );206 $validity->add( 'possible_false_positive', __( 'Imbalanced/Unclosed character errors can be caused by <code>content: "";</code> declarations. You may need to remove this or add it to a custom CSS file.' ) ); 207 207 } 208 208 209 209 if ( empty( $validity->errors ) ) {