Make WordPress Core


Ignore:
Timestamp:
07/17/2016 12:57:06 PM (8 years ago)
Author:
SergeyBiryukov
Message:

I18N: Combine two duplicate "Unable to locate WordPress Theme directory" strings.

See #18218.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/theme.php

    r38057 r38073  
    6161    $themes_dir = $wp_filesystem->wp_themes_dir();
    6262    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.' ) );
    6464    }
    6565
Note: See TracChangeset for help on using the changeset viewer.