Changeset 48281 for trunk/src/wp-admin/includes/plugin-install.php
- Timestamp:
- 07/03/2020 08:49:23 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin-install.php
r48242 r48281 335 335 <option value="tag"<?php selected( 'tag', $type ); ?>><?php _ex( 'Tag', 'Plugin Installer' ); ?></option> 336 336 </select> 337 <label><span class="screen-reader-text"><?php _e( 'Search Plugins' ); ?></span> 338 <input type="search" name="s" value="<?php echo esc_attr( $term ); ?>" class="wp-filter-search" placeholder="<?php esc_attr_e( 'Search plugins...' ); ?>" /> 339 </label> 337 <label class="screen-reader-text" for="search-plugins"><?php _e( 'Search Plugins' ); ?></label> 338 <input type="search" name="s" id="search-plugins" value="<?php echo esc_attr( $term ); ?>" class="wp-filter-search" placeholder="<?php esc_attr_e( 'Search plugins...' ); ?>" /> 340 339 <?php submit_button( __( 'Search Plugins' ), 'hide-if-js', false, false, array( 'id' => 'search-submit' ) ); ?> 341 340 </form> … … 371 370 $action = 'save_wporg_username_' . get_current_user_id(); 372 371 ?> 373 <p class="install-help"><?php _e( 'If you have marked plugins as favorites on WordPress.org, you can browse them here.' ); ?></p>372 <p><?php _e( 'If you have marked plugins as favorites on WordPress.org, you can browse them here.' ); ?></p> 374 373 <form method="get"> 375 374 <input type="hidden" name="tab" value="favorites" />
Note: See TracChangeset
for help on using the changeset viewer.