Skip to content

Commit bacd0f0

Browse files
committed
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
1 parent 268eac2 commit bacd0f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-admin/includes/meta-boxes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,7 @@ function post_comment_status_meta_box( $post ) {
804804
<?php
805805
printf(
806806
/* translators: %s: Documentation URL. */
807-
__( 'Allow <a href="%s">trackbacks and pingbacks</a> on this page' ),
807+
__( 'Allow <a href="%s">trackbacks and pingbacks</a>' ),
808808
__( 'https://wordpress.org/support/article/introduction-to-blogging/#managing-comments' )
809809
);
810810
?>

0 commit comments

Comments
 (0)