- Timestamp:
- 10/30/2016 04:03:39 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-custom-css-setting.php
r38829 r39009 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
Note: See TracChangeset
for help on using the changeset viewer.