Add context to 'Browse' (themes). see #27055, #27453.

git-svn-id: https://develop.svn.wordpress.org/trunk@27646 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2014-03-21 00:19:38 +00:00
parent fe3404bdf1
commit ff5c4e186b

View File

@ -104,8 +104,8 @@ include(ABSPATH . 'wp-admin/admin-header.php');
<div class="wrap">
<h2>
<?php echo esc_html( $title ); ?>
<a class="upload add-new-h2"><?php esc_html_e( 'Upload Theme' ); ?></a>
<a class="browse-themes add-new-h2"><?php esc_html_e( 'Browse' ); ?></a>
<a class="upload add-new-h2"><?php _e( 'Upload Theme' ); ?></a>
<a class="browse-themes add-new-h2"><?php _ex( 'Browse', 'themes' ); ?></a>
</h2>
<div class="upload-theme">