Changeset 26518 for trunk/src/wp-admin/network/themes.php
- Timestamp:
- 12/02/2013 03:52:23 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/network/themes.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/themes.php
r25616 r26518 91 91 92 92 echo '<div class="wrap">'; 93 screen_icon();94 93 echo '<h2>' . esc_html( $title ) . '</h2>'; 95 94 … … 138 137 <?php 139 138 $themes_to_delete = count( $themes ); 140 screen_icon();141 139 echo '<h2>' . _n( 'Delete Theme', 'Delete Themes', $themes_to_delete ) . '</h2>'; 142 140 ?> … … 228 226 229 227 <div class="wrap"> 230 <?php screen_icon('themes'); ?>231 228 <h2><?php echo esc_html( $title ); if ( current_user_can('install_themes') ) { ?> <a href="theme-install.php" class="add-new-h2"><?php echo esc_html_x('Add New', 'theme'); ?></a><?php } 232 229 if ( $s )
Note: See TracChangeset
for help on using the changeset viewer.