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.