]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/includes/theme-install.php
WordPress 4.2
[autoinstalls/wordpress.git] / wp-admin / includes / theme-install.php
index 0a28e0fabd0a033c7dc6806718b7fcc954f6bc7e..ded1324dc78589006710dd3a49bc23bea40c7433 100644 (file)
@@ -57,7 +57,7 @@ function install_theme_search_form( $type_selector = true ) {
        if ( ! $type_selector )
                echo '<p class="install-help">' . __( 'Search for themes by keyword.' ) . '</p>';
        ?>
-<form id="search-themes" method="get" action="">
+<form id="search-themes" method="get">
        <input type="hidden" name="tab" value="search" />
        <?php if ( $type_selector ) : ?>
        <label class="screen-reader-text" for="typeselector"><?php _e('Type of search'); ?></label>
@@ -99,7 +99,7 @@ function install_themes_dashboard() {
 <h4><?php _e('Feature Filter') ?></h4>
 <p class="install-help"><?php _e( 'Find a theme based on specific features.' ); ?></p>
 
-<form method="get" action="">
+<form method="get">
        <input type="hidden" name="tab" value="search" />
        <?php
        $feature_list = get_theme_feature_list();