Reply to comments from admin, small improvements and fixes, see #7435

git-svn-id: https://develop.svn.wordpress.org/trunk@8767 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2008-08-29 05:07:40 +00:00
parent cefe351dac
commit 7e1f0947d8
11 changed files with 152 additions and 101 deletions

View File

@@ -53,10 +53,8 @@ wp_enqueue_script('admin-forms');
list($post_stati, $avail_post_stati) = wp_edit_posts_query();
if ( 1 == count($posts) && is_singular() ) {
if ( 1 == count($posts) && is_singular() )
wp_enqueue_script( 'admin-comments' );
wp_enqueue_script( 'quicktags' );
}
require_once('admin-header.php');