Make WordPress Core

Ticket #35286: child-theme_broken_message_inside-it.diff

File child-theme_broken_message_inside-it.diff, 581 bytes (added by mayukojpn, 9 years ago)
  • wp-admin/themes.php

     
    296296
    297297<div class="broken-themes">
    298298<h3><?php _e('Broken Themes'); ?></h3>
    299 <p><?php _e('The following themes are installed but incomplete. Themes must have a stylesheet and a template.'); ?></p>
     299<p><?php _e('The following themes are installed but incomplete. Themes must have a stylesheet and a template tag inside it.'); ?></p>
    300300
    301301<?php
    302302$can_delete = current_user_can( 'delete_themes' );