Changeset 17872 for trunk/wp-admin/network/themes.php
- Timestamp:
- 05/12/2011 12:22:22 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/network/themes.php
r17849 r17872 200 200 <div class="wrap"> 201 201 <?php screen_icon('themes'); ?> 202 <h2><?php echo esc_html( $title ); if ( current_user_can('install_themes') ) { ?> <a href="theme-install.php" class=" buttonadd-new-h2"><?php echo esc_html_x('Add New', 'theme'); ?></a><?php }202 <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 } 203 203 if ( $s ) 204 204 printf( '<span class="subtitle">' . __('Search results for “%s”') . '</span>', esc_html( $s ) ); ?>
Note: See TracChangeset
for help on using the changeset viewer.