Make WordPress Core


Ignore:
Timestamp:
12/19/2010 01:11:38 AM (14 years ago)
Author:
ryan
Message:

Remove 'Search Results filter from ms themes. fixes #15872

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/network/themes.php

    r17045 r17050  
    9292<div class="wrap">
    9393<?php screen_icon('themes'); ?>
    94 <h2><?php echo esc_html( $title ); if ( current_user_can('install_themes') ) { ?> <a href="theme-install.php" class="button add-new-h2"><?php echo esc_html_x('Add New', 'theme'); ?></a><?php } ?></h2>
     94<h2><?php echo esc_html( $title ); if ( current_user_can('install_themes') ) { ?> <a href="theme-install.php" class="button add-new-h2"><?php echo esc_html_x('Add New', 'theme'); ?></a><?php }
     95if ( $s )
     96    printf( '<span class="subtitle">' . __('Search results for &#8220;%s&#8221;') . '</span>', esc_html( $s ) ); ?>
     97</h2>
    9598
    9699<form method="get" action="">
Note: See TracChangeset for help on using the changeset viewer.