Some CSS for turbo.php and press-this-landing.php

git-svn-id: https://develop.svn.wordpress.org/trunk@9068 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2008-10-02 17:24:20 +00:00
parent 1c97951b11
commit 6c30d5f7a1
4 changed files with 18 additions and 28 deletions
-1
View File
@@ -8,7 +8,6 @@
@header('Content-Type: ' . get_option('html_type') . '; charset=' . get_option('blog_charset'));
if (!isset($_GET["page"])) require_once('admin.php');
wp_enqueue_script( 'wp-gears' );
get_admin_page_title();
$title = wp_specialchars( strip_tags( $title ) );