diff options
Diffstat (limited to 'wp-admin/comment.php')
| -rw-r--r-- | wp-admin/comment.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/wp-admin/comment.php b/wp-admin/comment.php index 27652aa..6b14034 100644 --- a/wp-admin/comment.php +++ b/wp-admin/comment.php @@ -12,8 +12,7 @@ if ( isset( $_POST['deletecomment'] ) ) switch($action) { case 'editcomment': $title = __('Edit Comment'); - if ( user_can_richedit() ) - wp_enqueue_script( 'wp_tiny_mce' ); + require_once ('admin-header.php'); $comment = (int) $_GET['comment']; |
