Changeset 53700 for trunk/src/wp-includes/class-wp-theme.php
- Timestamp:
- 07/14/2022 02:08:21 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme.php
r53455 r53700 283 283 ); 284 284 if ( ! file_exists( $this->theme_root ) ) { // Don't cache this one. 285 $this->errors->add( 'theme_root_missing', __( '<strong>Error </strong>:The themes directory is either empty or does not exist. Please check your installation.' ) );285 $this->errors->add( 'theme_root_missing', __( '<strong>Error:</strong> The themes directory is either empty or does not exist. Please check your installation.' ) ); 286 286 } 287 287 return;
Note: See TracChangeset
for help on using the changeset viewer.