Make WordPress Core


Ignore:
Timestamp:
02/23/2016 05:19:57 PM (9 years ago)
Author:
swissspidy
Message:

Themes: Improve error messages for broken themes.

Props mayukojpn for initial patch.
Fixes #35286.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/network/themes.php

    r36302 r36638  
    288288
    289289if ( 'broken' == $status )
    290     echo '<p class="clear">' . __('The following themes are installed but incomplete. Themes must have a stylesheet and a template.') . '</p>';
     290    echo '<p class="clear">' . __( 'The following themes are installed but incomplete.' ) . '</p>';
    291291?>
    292292
Note: See TracChangeset for help on using the changeset viewer.