Make WordPress Core

Changeset 57797

Timestamp:
03/10/2024 04:18:40 PM (5 months ago)
Author:
SergeyBiryukov
Message:

Docs: Update the link to the WordPress Feeds article on Reading Settings screen.

Follow-up to [57793].

Props ignatiusjeroe, sabernhardt, shailu25.
Fixes #60736. See #60732.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/options-reading.php

    r56570 r57797  
    3333                /* translators: %s: Documentation URL. */
    3434                __( 'You can also control the display of your content in RSS feeds, including the maximum number of posts to display and whether to show full text or an excerpt. <a href="%s">Learn more about feeds</a>.' ),
    35                 __( 'https://wordpress.org/documentation/article/wordpress-feeds/' )
     35                __( 'https://feeds/' )
    3636            ) . '</p>' .
    3737            '<p>' . __( 'You must click the Save Changes button at the bottom of the screen for new settings to take effect.' ) . '</p>',
     
    198198            /* translators: %s: Documentation URL. */
    199199            __( 'Your theme determines how content is displayed in browsers. <a href="%s">Learn more about feeds</a>.' ),
    200             __( 'https://wordpress.org/documentation/article/wordpress-feeds/' )
     200            __( 'https://feeds/' )
    201201        );
    202202        ?>
Note: See TracChangeset for help on using the changeset viewer.