]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/class-wp-editor.php
WordPress 3.4.2
[autoinstalls/wordpress.git] / wp-includes / class-wp-editor.php
index 04bb7c91a58886ea4edf42da6324f1ce73ad360e..5d78c238a6717e6b9cd7f70d34f8f3d233f59e13 100644 (file)
@@ -337,7 +337,6 @@ final class _WP_Editors {
                                                foreach ( $editor_styles as $key => $file ) {
                                                        if ( $file && file_exists( "$template_dir/$file" ) ) {
                                                                $mce_css[] = "$template_uri/$file";
-                                                               $editor_styles[$key] = '';
                                                        }
                                                }
                                        }
@@ -784,7 +783,7 @@ final class _WP_Editors {
                        <div class="link-search-wrapper">
                                <label>
                                        <span><?php _e( 'Search' ); ?></span>
-                                       <input type="search" id="search-field" class="link-search-field" tabindex="60" autocomplete="off" />
+                                       <input type="text" id="search-field" class="link-search-field" tabindex="60" autocomplete="off" />
                                        <img class="waiting" src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" alt="" />
                                </label>
                        </div>