Changeset 48059 for trunk/src/wp-includes/class-wp-theme.php
- Timestamp:
- 06/16/2020 03:33:37 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme.php
r47808 r48059 256 256 ); 257 257 if ( ! file_exists( $this->theme_root ) ) { // Don't cache this one. 258 $this->errors->add( 'theme_root_missing', __( ' Error:The themes directory is either empty or doesn’t exist. Please check your installation.' ) );258 $this->errors->add( 'theme_root_missing', __( 'The themes directory is either empty or doesn’t exist. Please check your installation.' ) ); 259 259 } 260 260 return;
Note: See TracChangeset
for help on using the changeset viewer.