Make WordPress Core

Changeset 55040

Timestamp:
01/09/2023 09:30:55 PM (19 months ago)
Author:
audrasjb
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/meta-boxes.php

    r53842 r55040  
    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        );
Note: See TracChangeset for help on using the changeset viewer.