From 3af290b2c85cbc7c755ca074bae99ba5cf65ff3d Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 16 Sep 2013 20:50:11 +0000 Subject: [PATCH] Check if the post type supports title. see #24423. git-svn-id: https://develop.svn.wordpress.org/trunk@25461 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/edit-form-advanced.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/edit-form-advanced.php b/src/wp-admin/edit-form-advanced.php index 2c7fb181fb..b825284bdf 100644 --- a/src/wp-admin/edit-form-advanced.php +++ b/src/wp-admin/edit-form-advanced.php @@ -469,7 +469,7 @@ if ( post_type_supports( $post_type, 'comments' ) ) wp_comment_reply(); ?> -post_title ) : ?> +post_title ) : ?>