diff --git a/wp-admin/edit-form-advanced.php b/wp-admin/edit-form-advanced.php index bb513903b2..a9222ce6fc 100644 --- a/wp-admin/edit-form-advanced.php +++ b/wp-admin/edit-form-advanced.php @@ -647,7 +647,7 @@ if ( post_type_supports( $post_type, 'comments' ) ) wp_comment_reply(); ?> -post_title ) : ?> +post_title ) : ?> diff --git a/wp-admin/edit-form-comment.php b/wp-admin/edit-form-comment.php index b2950f77b5..d6e3d4e1a0 100644 --- a/wp-admin/edit-form-comment.php +++ b/wp-admin/edit-form-comment.php @@ -155,6 +155,8 @@ do_meta_boxes(null, 'normal', $comment); + + + + + + + inline_edit(); include( ABSPATH . 'wp-admin/admin-footer.php' );