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/themes.php

    r36422 r36638  
    296296<div class="broken-themes">
    297297<h3><?php _e('Broken Themes'); ?></h3>
    298 <p><?php _e('The following themes are installed but incomplete. Themes must have a stylesheet and a template.'); ?></p>
     298<p><?php _e( 'The following themes are installed but incomplete.' ); ?></p>
    299299
    300300<?php
Note: See TracChangeset for help on using the changeset viewer.