Make WordPress Core


Ignore:
Timestamp:
12/17/2010 11:47:40 PM (13 years ago)
Author:
ryan
Message:

Search query string tweaks for net plugins. Props PeteMall. see #15872

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/plugins.php

    r17036 r17038  
    385385if ( ( ! is_multisite() || is_network_admin() ) && current_user_can('install_plugins') ) { ?>
    386386<a href="<?php echo self_admin_url( 'plugin-install.php' ); ?>" class="button add-new-h2"><?php echo esc_html_x('Add New', 'plugin'); ?></a>
    387 <?php } ?></h2>
     387<?php }
     388if ( $s )
     389    printf( '<span class="subtitle">' . __('Search results for &#8220;%s&#8221;') . '</span>', esc_html( $s ) ); ?>
     390</h2>
    388391
    389392<?php do_action( 'pre_current_active_plugins', $plugins['all'] ) ?>
Note: See TracChangeset for help on using the changeset viewer.