Changeset 33067 for trunk/src/wp-admin/network/themes.php
- Timestamp:
- 07/03/2015 04:41:18 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/network/themes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/themes.php
r32974 r33067 262 262 263 263 <div class="wrap"> 264 <h1><?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 }264 <h1><?php echo esc_html( $title ); if ( current_user_can('install_themes') ) { ?> <a href="theme-install.php" class="page-title-action"><?php echo esc_html_x('Add New', 'theme'); ?></a><?php } 265 265 if ( $s ) 266 266 printf( '<span class="subtitle">' . __('Search results for “%s”') . '</span>', esc_html( $s ) ); ?>
Note: See TracChangeset
for help on using the changeset viewer.