Changeset 59784 for trunk/src/wp-admin/network/themes.php
- Timestamp:
- 02/08/2025 11:42:29 AM (15 months 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
r58405 r59784 364 364 365 365 <?php if ( current_user_can( 'install_themes' ) ) : ?> 366 <a href="theme-install.php" class="page-title-action"><?php echo esc_html__( 'Add NewTheme' ); ?></a>366 <a href="theme-install.php" class="page-title-action"><?php echo esc_html__( 'Add Theme' ); ?></a> 367 367 <?php endif; ?> 368 368
Note: See TracChangeset
for help on using the changeset viewer.