Changeset 36302 for trunk/src/wp-admin/plugins.php
- Timestamp:
- 01/14/2016 08:05:06 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/plugins.php
r35997 r36302 482 482 if ( ( ! is_multisite() || is_network_admin() ) && current_user_can('install_plugins') ) { ?> 483 483 <a href="<?php echo self_admin_url( 'plugin-install.php' ); ?>" class="page-title-action"><?php echo esc_html_x('Add New', 'plugin'); ?></a> 484 <?php } 485 if ( $s ) 486 printf( '<span class="subtitle">' . __('Search results for “%s”') . '</span>', esc_html( $s ) ); ?> 484 <?php 485 } 486 487 if ( strlen( $s ) ) { 488 /* translators: %s: search keywords */ 489 printf( '<span class="subtitle">' . __( 'Search results for “%s”' ) . '</span>', esc_html( $s ) ); 490 } 491 ?> 487 492 </h1> 488 493
Note: See TracChangeset
for help on using the changeset viewer.