Changeset 38073 for trunk/src/wp-admin/includes/theme.php
- Timestamp:
- 07/17/2016 12:57:06 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/theme.php
r38057 r38073 61 61 $themes_dir = $wp_filesystem->wp_themes_dir(); 62 62 if ( empty( $themes_dir ) ) { 63 return new WP_Error( 'fs_no_themes_dir', __( 'Unable to locate WordPress theme directory.' ) );63 return new WP_Error( 'fs_no_themes_dir', __( 'Unable to locate WordPress Theme directory.' ) ); 64 64 } 65 65
Note: See TracChangeset
for help on using the changeset viewer.