Changeset 47156 for trunk/src/wp-includes/class-wp-theme.php
- Timestamp:
- 02/01/2020 09:36:44 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme.php
r47145 r47156 254 254 ); 255 255 if ( ! file_exists( $this->theme_root ) ) { // Don't cache this one. 256 $this->errors->add( 'theme_root_missing', __( 'E RROR: The themes directory is either empty or doesn’t exist. Please check your installation.' ) );256 $this->errors->add( 'theme_root_missing', __( 'Error: The themes directory is either empty or doesn’t exist. Please check your installation.' ) ); 257 257 } 258 258 return;
Note: See TracChangeset
for help on using the changeset viewer.