From e7765cb5e2ff54374d53c36f6bbbf3a7e76daa67 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Mon, 9 Jan 2023 21:32:16 +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. Built from https://develop.svn.wordpress.org/trunk@55040 git-svn-id: http://core.svn.wordpress.org/trunk@54573 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/meta-boxes.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/meta-boxes.php b/wp-admin/includes/meta-boxes.php index e822d7c40f..a7f78dc7cb 100644 --- a/wp-admin/includes/meta-boxes.php +++ b/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' ) ); ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index ab3370310b..7187f6ab48 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-55039'; +$wp_version = '6.2-alpha-55040'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.