Ticket #35286: child-theme_broken_message_inside-it.diff
File child-theme_broken_message_inside-it.diff, 581 bytes (added by , 9 years ago) |
---|
-
wp-admin/themes.php
296 296 297 297 <div class="broken-themes"> 298 298 <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> 300 300 301 301 <?php 302 302 $can_delete = current_user_can( 'delete_themes' );