Make WordPress Core

Ticket #34237: 34237.patch

File 34237.patch, 689 bytes (added by tfrommen, 10 years ago)
  • wp-admin/themes.php

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>windows-1252
     
    303303?>
    304304<table>
    305305        <tr>
    306                 <th><?php _ex('Name', 'theme name'); ?></th>
    307                 <th><?php _e('Description'); ?></th>
    308                 <?php if ( $can_delete ) { ?>
     306                <th><?php _ex( 'Name', 'theme name' ); ?></th>
     307                <th><?php _e( 'Description' ); ?></th>
     308                <?php if ( $can_delete ) : ?>
    309309                        <td></td>
    310                 <?php } ?>
    311                 </tr>
     310                <?php endif; ?>
    312311        </tr>
    313312        <?php foreach ( $broken_themes as $broken_theme ) : ?>
    314313                <tr>