Changeset 51177 for trunk/src/wp-admin/themes.php
- Timestamp:
- 06/17/2021 02:35:59 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/themes.php
r51083 r51177 251 251 252 252 <?php if ( ! is_multisite() && current_user_can( 'install_themes' ) ) : ?> 253 <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>253 <a href="<?php echo esc_url( admin_url( 'theme-install.php' ) ); ?>" class="hide-if-no-js page-title-action"><?php echo esc_html_x( 'Add New', 'theme' ); ?></a> 254 254 <?php endif; ?> 255 255
Note: See TracChangeset
for help on using the changeset viewer.