Changeset 58405 for trunk/src/wp-admin/themes.php
- Timestamp:
- 06/13/2024 01:55:46 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/themes.php
r58069 r58405 233 233 'l10n' => array( 234 234 'addNew' => __( 'Add New Theme' ), 235 'search' => __( 'Search Installed Themes' ), 236 'searchPlaceholder' => __( 'Search installed themes...' ), // Placeholder (no ellipsis). 235 'search' => __( 'Search installed themes' ), 237 236 /* translators: %d: Number of themes. */ 238 237 'themesFound' => __( 'Number of Themes found: %d' ), … … 253 252 <span class="title-count theme-count"><?php echo ! empty( $_GET['search'] ) ? __( '…' ) : count( $themes ); ?></span> 254 253 </h1> 255 256 254 <?php if ( ! is_multisite() && current_user_can( 'install_themes' ) ) : ?> 257 255 <a href="<?php echo esc_url( admin_url( 'theme-install.php' ) ); ?>" class="hide-if-no-js page-title-action"><?php echo esc_html__( 'Add New Theme' ); ?></a> 258 256 <?php endif; ?> 259 260 <form class="search-form"></form>261 262 257 <hr class="wp-header-end"> 258 <form class="search-form search-themes"><p class="search-box"></p></form> 259 263 260 <?php 264 261 if ( ! validate_current_theme() || isset( $_GET['broken'] ) ) {
Note: See TracChangeset
for help on using the changeset viewer.