From bacd0f00787a3b923c4ff4b1d88297d000802e28 Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Mon, 9 Jan 2023 21:30:55 +0000 Subject: [PATCH] Pings/Trackbacks: Remove a mention of the "Page" post type from the Discussion meta box. This changeset removes a mention of the "Page" post type from the Discussion meta box as this is a generic meta box, used for multiple post types. It makes it more consistent with the other option available in the meta box ("Allow comments") and also with the corresponding option in the block editor. Follow-up to [12323]. Props jeremyfelt, sabernhardt, audrasjb, virgar. Fixes #57429. See #11346. git-svn-id: https://develop.svn.wordpress.org/trunk@55040 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/meta-boxes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/includes/meta-boxes.php b/src/wp-admin/includes/meta-boxes.php index e822d7c40f..a7f78dc7cb 100644 --- a/src/wp-admin/includes/meta-boxes.php +++ b/src/wp-admin/includes/meta-boxes.php @@ -804,7 +804,7 @@ function post_comment_status_meta_box( $post ) { trackbacks and pingbacks on this page' ), + __( 'Allow trackbacks and pingbacks' ), __( 'https://wordpress.org/support/article/introduction-to-blogging/#managing-comments' ) ); ?>