Make WordPress Core


Ignore:
Timestamp:
12/29/2020 08:12:42 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Second pass at replacing Codex URLs with a corresponding HelpHub or DevHub article.

Follow-up to [45674-45677].

Props marcio-zebedeu, zodiac1978, netweb.
See #48987.

File:
1 edited

Legend:

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

    r48186 r49912  
    206206        <?php
    207207        printf(
    208             /* translators: %s: Codex URL. */
     208            /* translators: %s: Documentation URL. */
    209209            __( 'When you publish a new post, WordPress automatically notifies the following site update services. For more about this, see <a href="%s">Update Services</a> on the Codex. Separate multiple service URLs with line breaks.' ),
    210             __( 'https://codex.wordpress.org/Update_Services' )
     210            __( 'https://wordpress.org/support/article/update-services/' )
    211211        );
    212212        ?>
     
    220220        <?php
    221221        printf(
    222             /* translators: 1: Codex URL, 2: URL to Reading Settings screen. */
     222            /* translators: 1: Documentation URL, 2: URL to Reading Settings screen. */
    223223            __( 'WordPress is not notifying any <a href="%1$s">Update Services</a> because of your site&#8217;s <a href="%2$s">visibility settings</a>.' ),
    224             __( 'https://codex.wordpress.org/Update_Services' ),
     224            __( 'https://wordpress.org/support/article/update-services/' ),
    225225            'options-reading.php'
    226226        );
Note: See TracChangeset for help on using the changeset viewer.