Changeset 46812
- Timestamp:
- 12/04/2019 10:34:03 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/themes.php
r45932 r46812 192 192 193 193 <?php if ( ! is_multisite() && current_user_can( 'install_themes' ) ) : ?> 194 <a href="<?php echo admin_url( 'theme-install.php' ); ?>" class="hide-if-no-js page-title-action"><?php echo esc_html_x( 'Add New', ' Add newtheme' ); ?></a>194 <a href="<?php echo admin_url( 'theme-install.php' ); ?>" class="hide-if-no-js page-title-action"><?php echo esc_html_x( 'Add New', 'theme' ); ?></a> 195 195 <?php endif; ?> 196 196
Note: See TracChangeset
for help on using the changeset viewer.