Make WordPress Core

Ticket #47771: 47771.diff

File 47771.diff, 58.0 KB (added by ianbelanger, 5 years ago)

First run at changing all codex links that redirect to HelpHub

  • src/readme.html

     
    4848</ol>
    4949
    5050<h2>Migrating from other systems</h2>
    51 <p>WordPress can <a href="https://codex.wordpress.org/Importing_Content">import from a number of systems</a>. First you need to get WordPress installed and working as described above, before using <a href="wp-admin/import.php" title="Import to WordPress">our import tools</a>.</p>
     51<p>WordPress can <a href="https://wordpress.org/support/article/importing-content/">import from a number of systems</a>. First you need to get WordPress installed and working as described above, before using <a href="wp-admin/import.php" title="Import to WordPress">our import tools</a>.</p>
    5252
    5353<h2>System Requirements</h2>
    5454<ul>
  • src/wp-admin/_index.php

     
    104104
    105105$screen->set_help_sidebar(
    106106        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    107         '<p>' . __( '<a href="https://codex.wordpress.org/Dashboard_Screen">Documentation on Dashboard</a>' ) . '</p>' .
     107        '<p>' . __( '<a href="https://wordpress.org/support/article/dashboard-screen/">Documentation on Dashboard</a>' ) . '</p>' .
    108108        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    109109);
    110110
  • src/wp-admin/comment.php

     
    5353
    5454                get_current_screen()->set_help_sidebar(
    5555                        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    56                         '<p>' . __( '<a href="https://codex.wordpress.org/Administration_Screens#Comments">Documentation on Comments</a>' ) . '</p>' .
     56                        '<p>' . __( '<a href="https://wordpress.org/support/article/comments-screen/">Documentation on Comments</a>' ) . '</p>' .
    5757                        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    5858                );
    5959
  • src/wp-admin/edit-comments.php

     
    204204
    205205get_current_screen()->set_help_sidebar(
    206206        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    207         '<p>' . __( '<a href="https://codex.wordpress.org/Administration_Screens#Comments">Documentation on Comments</a>' ) . '</p>' .
    208         '<p>' . __( '<a href="https://codex.wordpress.org/Comment_Spam">Documentation on Comment Spam</a>' ) . '</p>' .
    209         '<p>' . __( '<a href="https://codex.wordpress.org/Keyboard_Shortcuts">Documentation on Keyboard Shortcuts</a>' ) . '</p>' .
     207        '<p>' . __( '<a href="https://wordpress.org/support/article/comments-screen/">Documentation on Comments</a>' ) . '</p>' .
     208        '<p>' . __( '<a href="https://wordpress.org/support/article/comment-spam/">Documentation on Comment Spam</a>' ) . '</p>' .
     209        '<p>' . __( '<a href="https://wordpress.org/support/article/keyboard-shortcuts/">Documentation on Keyboard Shortcuts</a>' ) . '</p>' .
    210210        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    211211);
    212212
  • src/wp-admin/edit-form-advanced.php

     
    311311
    312312        get_current_screen()->set_help_sidebar(
    313313                '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    314                         '<p>' . __( '<a href="https://codex.wordpress.org/Pages_Add_New_Screen">Documentation on Adding New Pages</a>' ) . '</p>' .
    315                         '<p>' . __( '<a href="https://codex.wordpress.org/Pages_Screen#Editing_Individual_Pages">Documentation on Editing Pages</a>' ) . '</p>' .
     314                        '<p>' . __( '<a href="https://wordpress.org/support/article/pages-add-new-screen/">Documentation on Adding New Pages</a>' ) . '</p>' .
     315                        '<p>' . __( '<a href="https://wordpress.org/support/article/pages-screen/">Documentation on Editing Pages</a>' ) . '</p>' .
    316316                        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    317317        );
    318318} elseif ( 'attachment' == $post_type ) {
     
    330330
    331331        get_current_screen()->set_help_sidebar(
    332332                '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    333                 '<p>' . __( '<a href="https://codex.wordpress.org/Media_Add_New_Screen#Edit_Media">Documentation on Edit Media</a>' ) . '</p>' .
     333                '<p>' . __( '<a href="https://wordpress.org/support/article/media-add-new-screen/">Documentation on Edit Media</a>' ) . '</p>' .
    334334                '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    335335        );
    336336}
    337337
    338338if ( 'post' == $post_type || 'page' == $post_type ) {
    339339        $inserting_media  = '<p>' . __( 'You can upload and insert media (images, audio, documents, etc.) by clicking the Add Media button. You can select from the images and files already uploaded to the Media Library, or upload new media to add to your page or post. To create an image gallery, select the images to add and click the &#8220;Create a new gallery&#8221; button.' ) . '</p>';
    340         $inserting_media .= '<p>' . __( 'You can also embed media from many popular websites including Twitter, YouTube, Flickr and others by pasting the media URL on its own line into the content of your post/page. Please refer to the Codex to <a href="https://codex.wordpress.org/Embeds">learn more about embeds</a>.' ) . '</p>';
     340        $inserting_media .= '<p>' . __( 'You can also embed media from many popular websites including Twitter, YouTube, Flickr and others by pasting the media URL on its own line into the content of your post/page. Please refer to the Codex to <a href="https://wordpress.org/support/article/embeds/">learn more about embeds</a>.' ) . '</p>';
    341341
    342342        get_current_screen()->add_help_tab(
    343343                array(
     
    355355        '</li>';
    356356
    357357        if ( current_theme_supports( 'post-formats' ) && post_type_supports( 'post', 'post-formats' ) ) {
    358                 $publish_box .= '<li>' . __( '<strong>Format</strong> &mdash; Post Formats designate how your theme will display a specific post. For example, you could have a <em>standard</em> blog post with a title and paragraphs, or a short <em>aside</em> that omits the title and contains a short text blurb. Please refer to the Codex for <a href="https://codex.wordpress.org/Post_Formats#Supported_Formats">descriptions of each post format</a>. Your theme could enable all or some of 10 possible formats.' ) . '</li>';
     358                $publish_box .= '<li>' . __( '<strong>Format</strong> &mdash; Post Formats designate how your theme will display a specific post. For example, you could have a <em>standard</em> blog post with a title and paragraphs, or a short <em>aside</em> that omits the title and contains a short text blurb. Please refer to the Codex for <a href="https://wordpress.org/support/article/post-formats/">descriptions of each post format</a>. Your theme could enable all or some of 10 possible formats.' ) . '</li>';
    359359        }
    360360
    361361        if ( current_theme_supports( 'post-thumbnails' ) && post_type_supports( 'post', 'thumbnail' ) ) {
  • src/wp-admin/edit-tags.php

     
    297297        $help = '<p><strong>' . __( 'For more information:' ) . '</strong></p>';
    298298
    299299        if ( 'category' == $taxonomy ) {
    300                 $help .= '<p>' . __( '<a href="https://codex.wordpress.org/Posts_Categories_Screen">Documentation on Categories</a>' ) . '</p>';
     300                $help .= '<p>' . __( '<a href="https://wordpress.org/support/article/posts-categories-screen/">Documentation on Categories</a>' ) . '</p>';
    301301        } elseif ( 'link_category' == $taxonomy ) {
    302302                $help .= '<p>' . __( '<a href="https://codex.wordpress.org/Links_Link_Categories_Screen">Documentation on Link Categories</a>' ) . '</p>';
    303303        } else {
    304                 $help .= '<p>' . __( '<a href="https://codex.wordpress.org/Posts_Tags_Screen">Documentation on Tags</a>' ) . '</p>';
     304                $help .= '<p>' . __( '<a href="https://wordpress.org/support/article/posts-tags-screen/">Documentation on Tags</a>' ) . '</p>';
    305305        }
    306306
    307307        $help .= '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>';
  • src/wp-admin/edit.php

     
    257257
    258258        get_current_screen()->set_help_sidebar(
    259259                '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    260                 '<p>' . __( '<a href="https://codex.wordpress.org/Posts_Screen">Documentation on Managing Posts</a>' ) . '</p>' .
     260                '<p>' . __( '<a href="https://wordpress.org/support/article/administration-screens/#posts-make-some-content">Documentation on Managing Posts</a>' ) . '</p>' .
    261261                '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    262262        );
    263263
     
    282282
    283283        get_current_screen()->set_help_sidebar(
    284284                '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    285                 '<p>' . __( '<a href="https://codex.wordpress.org/Pages_Screen">Documentation on Managing Pages</a>' ) . '</p>' .
     285                '<p>' . __( '<a href="https://wordpress.org/support/article/pages-screen/">Documentation on Managing Pages</a>' ) . '</p>' .
    286286                '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    287287        );
    288288
  • src/wp-admin/export.php

     
    5454
    5555get_current_screen()->set_help_sidebar(
    5656        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    57         '<p>' . __( '<a href="https://codex.wordpress.org/Tools_Export_Screen">Documentation on Export</a>' ) . '</p>' .
     57        '<p>' . __( '<a href="https://wordpress.org/support/article/tools-export-screen/">Documentation on Export</a>' ) . '</p>' .
    5858        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    5959);
    6060
  • src/wp-admin/import.php

     
    2828
    2929get_current_screen()->set_help_sidebar(
    3030        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    31         '<p>' . __( '<a href="https://codex.wordpress.org/Tools_Import_Screen">Documentation on Import</a>' ) . '</p>' .
     31        '<p>' . __( '<a href="https://wordpress.org/support/article/tools-import-screen/">Documentation on Import</a>' ) . '</p>' .
    3232        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    3333);
    3434
  • src/wp-admin/includes/dashboard.php

     
    17401740                <?php if ( current_user_can( 'manage_options' ) ) : ?>
    17411741                        <li><?php printf( '<a href="%s" class="welcome-icon welcome-comments">' . __( 'Turn comments on or off' ) . '</a>', admin_url( 'options-discussion.php' ) ); ?></li>
    17421742                <?php endif; ?>
    1743                         <li><?php printf( '<a href="%s" class="welcome-icon welcome-learn-more">' . __( 'Learn more about getting started' ) . '</a>', __( 'https://codex.wordpress.org/First_Steps_With_WordPress' ) ); ?></li>
     1743                        <li><?php printf( '<a href="%s" class="welcome-icon welcome-learn-more">' . __( 'Learn more about getting started' ) . '</a>', __( 'https://wordpress.org/support/article/first-steps-with-wordpress-b/' ) ); ?></li>
    17441744                </ul>
    17451745        </div>
    17461746        </div>
  • src/wp-admin/includes/file.php

     
    18111811 * The return value can be overridden by defining the `FS_METHOD` constant in `wp-config.php`,
    18121812 * or filtering via {@see 'filesystem_method'}.
    18131813 *
    1814  * @link https://codex.wordpress.org/Editing_wp-config.php#WordPress_Upgrade_Constants
     1814 * @link https://wordpress.org/support/article/editing-wp-config-php/
    18151815 *
    18161816 * Plugins may define a custom transport handler, See WP_Filesystem().
    18171817 *
  • src/wp-admin/includes/meta-boxes.php

     
    665665        printf(
    666666                /* translators: %s: Codex URL */
    667667                __( 'Excerpts are optional hand-crafted summaries of your content that can be used in your theme. <a href="%s">Learn more about manual excerpts</a>.' ),
    668                 __( 'https://codex.wordpress.org/Excerpt' )
     668                __( 'https://wordpress.org/support/article/excerpt/' )
    669669        );
    670670        ?>
    671671</p>
     
    702702        printf(
    703703                /* translators: %s: Codex URL */
    704704                __( 'Trackbacks are a way to notify legacy blog systems that you&#8217;ve linked to them. If you link other WordPress sites, they&#8217;ll be notified automatically using <a href="%s">pingbacks</a>, no other action necessary.' ),
    705                 __( 'https://codex.wordpress.org/Introduction_to_Blogging#Managing_Comments' )
     705                __( 'https://wordpress.org/support/article/introduction-to-blogging/#comments' )
    706706        );
    707707        ?>
    708708</p>
     
    739739        printf(
    740740                /* translators: %s: Codex URL */
    741741                __( 'Custom fields can be used to add extra metadata to a post that you can <a href="%s">use in your theme</a>.' ),
    742                 __( 'https://codex.wordpress.org/Using_Custom_Fields' )
     742                __( 'https://wordpress.org/support/article/custom-fields/' )
    743743        );
    744744        ?>
    745745</p>
     
    763763                printf(
    764764                        /* translators: %s: Codex URL */
    765765                        __( 'Allow <a href="%s">trackbacks and pingbacks</a> on this page' ),
    766                         __( 'https://codex.wordpress.org/Introduction_to_Blogging#Managing_Comments' )
     766                        __( 'https://wordpress.org/support/article/introduction-to-blogging/#trackbacks' )
    767767                );
    768768                ?>
    769769        </label>
  • src/wp-admin/includes/ms.php

     
    11661166 */
    11671167function get_site_screen_help_sidebar_content() {
    11681168        return '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    1169                 '<p>' . __( '<a href="https://codex.wordpress.org/Network_Admin_Sites_Screen">Documentation on Site Management</a>' ) . '</p>' .
     1169                '<p>' . __( '<a href="https://wordpress.org/support/article/network-admin-sites-screen/">Documentation on Site Management</a>' ) . '</p>' .
    11701170                '<p>' . __( '<a href="https://wordpress.org/support/forum/multisite/">Support Forums</a>' ) . '</p>';
    11711171}
  • src/wp-admin/includes/options.php

     
    129129 */
    130130function options_reading_blog_charset() {
    131131        echo '<input name="blog_charset" type="text" id="blog_charset" value="' . esc_attr( get_option( 'blog_charset' ) ) . '" class="regular-text" />';
    132         echo '<p class="description">' . __( 'The <a href="https://codex.wordpress.org/Glossary#Character_set">character encoding</a> of your site (UTF-8 is recommended)' ) . '</p>';
     132        echo '<p class="description">' . __( 'The <a href="https://wordpress.org/support/article/glossary/#character-set">character encoding</a> of your site (UTF-8 is recommended)' ) . '</p>';
    133133}
  • src/wp-admin/media-new.php

     
    5757);
    5858get_current_screen()->set_help_sidebar(
    5959        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    60         '<p>' . __( '<a href="https://codex.wordpress.org/Media_Add_New_Screen">Documentation on Uploading Media Files</a>' ) . '</p>' .
     60        '<p>' . __( '<a href="https://wordpress.org/support/article/media-add-new-screen/">Documentation on Uploading Media Files</a>' ) . '</p>' .
    6161        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    6262);
    6363
  • src/wp-admin/media.php

     
    9393
    9494                get_current_screen()->set_help_sidebar(
    9595                        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    96                         '<p>' . __( '<a href="https://codex.wordpress.org/Media_Add_New_Screen#Edit_Media">Documentation on Edit Media</a>' ) . '</p>' .
     96                        '<p>' . __( '<a href="https://wordpress.org/support/article/media-add-new-screen/">Documentation on Edit Media</a>' ) . '</p>' .
    9797                        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    9898                );
    9999
  • src/wp-admin/nav-menus.php

     
    592592
    593593get_current_screen()->set_help_sidebar(
    594594        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    595         '<p>' . __( '<a href="https://codex.wordpress.org/Appearance_Menus_Screen">Documentation on Menus</a>' ) . '</p>' .
     595        '<p>' . __( '<a href="https://wordpress.org/support/article/appearance-menus-screen/">Documentation on Menus</a>' ) . '</p>' .
    596596        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    597597);
    598598
  • src/wp-admin/network/index.php

     
    5252
    5353get_current_screen()->set_help_sidebar(
    5454        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    55         '<p>' . __( '<a href="https://codex.wordpress.org/Network_Admin">Documentation on the Network Admin</a>' ) . '</p>' .
     55        '<p>' . __( '<a href="https://wordpress.org/support/article/network-admin/">Documentation on the Network Admin</a>' ) . '</p>' .
    5656        '<p>' . __( '<a href="https://wordpress.org/support/forum/multisite/">Support Forums</a>' ) . '</p>'
    5757);
    5858
  • src/wp-admin/network/site-new.php

     
    2929
    3030get_current_screen()->set_help_sidebar(
    3131        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    32         '<p>' . __( '<a href="https://codex.wordpress.org/Network_Admin_Sites_Screen">Documentation on Site Management</a>' ) . '</p>' .
     32        '<p>' . __( '<a href="https://wordpress.org/support/article/network-admin-sites-screen/">Documentation on Site Management</a>' ) . '</p>' .
    3333        '<p>' . __( '<a href="https://wordpress.org/support/forum/multisite/">Support Forums</a>' ) . '</p>'
    3434);
    3535
  • src/wp-admin/network/sites.php

     
    4242
    4343get_current_screen()->set_help_sidebar(
    4444        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    45         '<p>' . __( '<a href="https://codex.wordpress.org/Network_Admin_Sites_Screen">Documentation on Site Management</a>' ) . '</p>' .
     45        '<p>' . __( '<a href="https://wordpress.org/support/article/network-admin-sites-screen/">Documentation on Site Management</a>' ) . '</p>' .
    4646        '<p>' . __( '<a href="https://wordpress.org/support/forum/multisite/">Support Forums</a>' ) . '</p>'
    4747);
    4848
  • src/wp-admin/network/upgrade.php

     
    2828
    2929get_current_screen()->set_help_sidebar(
    3030        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    31         '<p>' . __( '<a href="https://codex.wordpress.org/Network_Admin_Updates_Screen">Documentation on Upgrade Network</a>' ) . '</p>' .
     31        '<p>' . __( '<a href="https://wordpress.org/support/article/network-admin-updates-screen/">Documentation on Upgrade Network</a>' ) . '</p>' .
    3232        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    3333);
    3434
  • src/wp-admin/network.php

     
    6363        '<p>' . __( 'Once you add this code and refresh your browser, multisite should be enabled. This screen, now in the Network Admin navigation menu, will keep an archive of the added code. You can toggle between Network Admin and Site Admin by clicking on the Network Admin or an individual site name under the My Sites dropdown in the Toolbar.' ) . '</p>' .
    6464        '<p>' . __( 'The choice of subdirectory sites is disabled if this setup is more than a month old because of permalink problems with &#8220;/blog/&#8221; from the main site. This disabling will be addressed in a future version.' ) . '</p>' .
    6565        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    66         '<p>' . __( '<a href="https://codex.wordpress.org/Create_A_Network">Documentation on Creating a Network</a>' ) . '</p>' .
    67         '<p>' . __( '<a href="https://codex.wordpress.org/Tools_Network_Screen">Documentation on the Network Screen</a>' ) . '</p>';
     66        '<p>' . __( '<a href="https://wordpress.org/support/article/create-a-network/">Documentation on Creating a Network</a>' ) . '</p>' .
     67        '<p>' . __( '<a href="https://wordpress.org/support/article/tools-network-screen/">Documentation on the Network Screen</a>' ) . '</p>';
    6868
    6969get_current_screen()->add_help_tab(
    7070        array(
     
    7676
    7777get_current_screen()->set_help_sidebar(
    7878        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    79         '<p>' . __( '<a href="https://codex.wordpress.org/Create_A_Network">Documentation on Creating a Network</a>' ) . '</p>' .
    80         '<p>' . __( '<a href="https://codex.wordpress.org/Tools_Network_Screen">Documentation on the Network Screen</a>' ) . '</p>' .
     79        '<p>' . __( '<a href="https://wordpress.org/support/article/create-a-network/">Documentation on Creating a Network</a>' ) . '</p>' .
     80        '<p>' . __( '<a href="https://wordpress.org/support/article/tools-network-screen/">Documentation on the Network Screen</a>' ) . '</p>' .
    8181        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    8282);
    8383
  • src/wp-admin/options-discussion.php

     
    2828
    2929get_current_screen()->set_help_sidebar(
    3030        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    31         '<p>' . __( '<a href="https://codex.wordpress.org/Settings_Discussion_Screen">Documentation on Discussion Settings</a>' ) . '</p>' .
     31        '<p>' . __( '<a href="https://wordpress.org/support/article/settings-discussion-screen/">Documentation on Discussion Settings</a>' ) . '</p>' .
    3232        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    3333);
    3434
  • src/wp-admin/options-general.php

     
    4545
    4646get_current_screen()->set_help_sidebar(
    4747        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    48         '<p>' . __( '<a href="https://codex.wordpress.org/Settings_General_Screen">Documentation on General Settings</a>' ) . '</p>' .
     48        '<p>' . __( '<a href="https://wordpress.org/support/article/settings-general-screen/">Documentation on General Settings</a>' ) . '</p>' .
    4949        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    5050);
    5151
     
    9797                printf(
    9898                        /* translators: %s: Codex URL */
    9999                        __( 'Enter the address here if you <a href="%s">want your site home page to be different from your WordPress installation directory</a>.' ),
    100                         __( 'https://codex.wordpress.org/Giving_WordPress_Its_Own_Directory' )
     100                        __( 'https://wordpress.org/support/article/giving-wordpress-its-own-directory/' )
    101101                );
    102102                ?>
    103103</p>
     
    376376                '<p><strong>' . __( 'Preview:' ) . '</strong> <span class="example">' . date_i18n( get_option( 'time_format' ) ) . '</span>' .
    377377                "<span class='spinner'></span>\n" . '</p>';
    378378
    379         echo "\t<p class='date-time-doc'>" . __( '<a href="https://codex.wordpress.org/Formatting_Date_and_Time">Documentation on date and time formatting</a>.' ) . "</p>\n";
     379        echo "\t<p class='date-time-doc'>" . __( '<a href="https://wordpress.org/support/article/formatting-date-and-time/">Documentation on date and time formatting</a>.' ) . "</p>\n";
    380380?>
    381381        </fieldset>
    382382</td>
  • src/wp-admin/options-media.php

     
    3434
    3535get_current_screen()->set_help_sidebar(
    3636        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    37         '<p>' . __( '<a href="https://codex.wordpress.org/Settings_Media_Screen">Documentation on Media Settings</a>' ) . '</p>' .
     37        '<p>' . __( '<a href="https://wordpress.org/support/article/settings-media-screen/">Documentation on Media Settings</a>' ) . '</p>' .
    3838        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    3939);
    4040
  • src/wp-admin/options-permalink.php

     
    4848
    4949get_current_screen()->set_help_sidebar(
    5050        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    51         '<p>' . __( '<a href="https://codex.wordpress.org/Settings_Permalinks_Screen">Documentation on Permalinks Settings</a>' ) . '</p>' .
    52         '<p>' . __( '<a href="https://codex.wordpress.org/Using_Permalinks">Documentation on Using Permalinks</a>' ) . '</p>' .
     51        '<p>' . __( '<a href="https://wordpress.org/support/article/settings-permalinks-screen/">Documentation on Permalinks Settings</a>' ) . '</p>' .
     52        '<p>' . __( '<a href="https://wordpress.org/support/article/using-permalinks/">Documentation on Using Permalinks</a>' ) . '</p>' .
    5353        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    5454);
    5555
     
    175175                printf(
    176176                        /* translators: %s: Codex URL */
    177177                        __( 'WordPress offers you the ability to create a custom URL structure for your permalinks and archives. Custom URL structures can improve the aesthetics, usability, and forward-compatibility of your links. A <a href="%s">number of tags are available</a>, and here are some examples to get you started.' ),
    178                         __( 'https://codex.wordpress.org/Using_Permalinks' )
     178                        __( 'https://wordpress.org/support/article/using-permalinks/' )
    179179                );
    180180                ?>
    181181        </p>
     
    376376                <?php endif; ?>
    377377        <?php endif; ?>
    378378<?php elseif ( $is_nginx ) : ?>
    379         <p><?php _e( '<a href="https://codex.wordpress.org/Nginx">Documentation on Nginx configuration</a>.' ); ?></p>
     379        <p><?php _e( '<a href="https://wordpress.org/support/article/nginx/">Documentation on Nginx configuration</a>.' ); ?></p>
    380380        <?php
    381381else :
    382382        if ( $permalink_structure && ! $using_index_permalinks && ! $writable && $update_required ) :
  • src/wp-admin/options-reading.php

     
    4040
    4141get_current_screen()->set_help_sidebar(
    4242        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    43         '<p>' . __( '<a href="https://codex.wordpress.org/Settings_Reading_Screen">Documentation on Reading Settings</a>' ) . '</p>' .
     43        '<p>' . __( '<a href="https://wordpress.org/support/article/settings-reading-screen/">Documentation on Reading Settings</a>' ) . '</p>' .
    4444        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    4545);
    4646
  • src/wp-admin/options-writing.php

     
    4949
    5050get_current_screen()->set_help_sidebar(
    5151        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    52         '<p>' . __( '<a href="https://codex.wordpress.org/Settings_Writing_Screen">Documentation on Writing Settings</a>' ) . '</p>' .
     52        '<p>' . __( '<a href="https://wordpress.org/support/article/settings-writing-screen/">Documentation on Writing Settings</a>' ) . '</p>' .
    5353        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    5454);
    5555
  • src/wp-admin/plugin-editor.php

     
    138138
    139139        get_current_screen()->set_help_sidebar(
    140140                '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    141                 '<p>' . __( '<a href="https://codex.wordpress.org/Plugins_Editor_Screen">Documentation on Editing Plugins</a>' ) . '</p>' .
     141                '<p>' . __( '<a href="https://wordpress.org/support/article/plugins-editor-screen/">Documentation on Editing Plugins</a>' ) . '</p>' .
    142142                '<p>' . __( '<a href="https://codex.wordpress.org/Writing_a_Plugin">Documentation on Writing Plugins</a>' ) . '</p>' .
    143143                '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    144144        );
  • src/wp-admin/plugin-install.php

     
    102102
    103103get_current_screen()->set_help_sidebar(
    104104        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    105         '<p>' . __( '<a href="https://codex.wordpress.org/Plugins_Add_New_Screen">Documentation on Installing Plugins</a>' ) . '</p>' .
     105        '<p>' . __( '<a href="https://wordpress.org/support/article/plugins-add-new-screen/">Documentation on Installing Plugins</a>' ) . '</p>' .
    106106        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    107107);
    108108
  • src/wp-admin/plugins.php

     
    463463
    464464get_current_screen()->set_help_sidebar(
    465465        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    466         '<p>' . __( '<a href="https://codex.wordpress.org/Managing_Plugins#Plugin_Management">Documentation on Managing Plugins</a>' ) . '</p>' .
     466        '<p>' . __( '<a href="https://wordpress.org/support/article/managing-plugins/">Documentation on Managing Plugins</a>' ) . '</p>' .
    467467        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    468468);
    469469
  • src/wp-admin/revision.php

     
    142142);
    143143
    144144$revisions_sidebar  = '<p><strong>' . __( 'For more information:' ) . '</strong></p>';
    145 $revisions_sidebar .= '<p>' . __( '<a href="https://codex.wordpress.org/Revision_Management">Revisions Management</a>' ) . '</p>';
     145$revisions_sidebar .= '<p>' . __( '<a href="https://wordpress.org/support/article/revisions/">Revisions Management</a>' ) . '</p>';
    146146$revisions_sidebar .= '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>';
    147147
    148148get_current_screen()->set_help_sidebar( $revisions_sidebar );
  • src/wp-admin/setup-config.php

     
    189189                /* translators: %s: Codex URL */
    190190                printf(
    191191                        __( 'Need more help? <a href="%s">We got it</a>.' ),
    192                         __( 'https://codex.wordpress.org/Editing_wp-config.php' )
     192                        __( 'https://wordpress.org/support/article/editing-wp-config-php/' )
    193193                );
    194194                ?>
    195195</p>
  • src/wp-admin/theme-editor.php

     
    4949get_current_screen()->set_help_sidebar(
    5050        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    5151        '<p>' . __( '<a href="https://codex.wordpress.org/Theme_Development">Documentation on Theme Development</a>' ) . '</p>' .
    52         '<p>' . __( '<a href="https://codex.wordpress.org/Using_Themes">Documentation on Using Themes</a>' ) . '</p>' .
    53         '<p>' . __( '<a href="https://codex.wordpress.org/Editing_Files">Documentation on Editing Files</a>' ) . '</p>' .
     52        '<p>' . __( '<a href="https://wordpress.org/support/article/using-themes/">Documentation on Using Themes</a>' ) . '</p>' .
     53        '<p>' . __( '<a href="https://wordpress.org/support/article/editing-files/">Documentation on Editing Files</a>' ) . '</p>' .
    5454        '<p>' . __( '<a href="https://codex.wordpress.org/Template_Tags">Documentation on Template Tags</a>' ) . '</p>' .
    5555        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    5656);
  • src/wp-admin/theme-install.php

     
    126126
    127127get_current_screen()->set_help_sidebar(
    128128        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    129         '<p>' . __( '<a href="https://codex.wordpress.org/Using_Themes#Adding_New_Themes">Documentation on Adding New Themes</a>' ) . '</p>' .
     129        '<p>' . __( '<a href="https://wordpress.org/support/article/using-themes/#adding-new-themes">Documentation on Adding New Themes</a>' ) . '</p>' .
    130130        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    131131);
    132132
  • src/wp-admin/themes.php

     
    141141
    142142get_current_screen()->set_help_sidebar(
    143143        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    144         '<p>' . __( '<a href="https://codex.wordpress.org/Using_Themes">Documentation on Using Themes</a>' ) . '</p>' .
     144        '<p>' . __( '<a href="https://wordpress.org/support/article/using-themes/">Documentation on Using Themes</a>' ) . '</p>' .
    145145        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    146146);
    147147
  • src/wp-admin/tools.php

     
    4949
    5050get_current_screen()->set_help_sidebar(
    5151        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    52         '<p>' . __( '<a href="https://codex.wordpress.org/Tools_Screen">Documentation on Tools</a>' ) . '</p>' .
     52        '<p>' . __( '<a href="https://wordpress.org/support/article/tools-screen/">Documentation on Tools</a>' ) . '</p>' .
    5353        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    5454);
    5555
  • src/wp-admin/update-core.php

     
    210210
    211211        if ( isset( $updates[0]->version ) && version_compare( $updates[0]->version, $wp_version, '>' ) ) {
    212212                echo '<div class="notice notice-warning"><p>';
    213                 _e( '<strong>Important:</strong> Before updating, please <a href="https://codex.wordpress.org/WordPress_Backups">back up your database and files</a>. For help with updates, visit the <a href="https://codex.wordpress.org/Updating_WordPress">Updating WordPress</a> Codex page.' );
     213                _e( '<strong>Important:</strong> Before updating, please <a href="https://wordpress.org/support/article/wordpress-backups/">back up your database and files</a>. For help with updates, visit the <a href="https://wordpress.org/support/article/updating-wordpress/">Updating WordPress</a> Codex page.' );
    214214                echo '</p></div>';
    215215
    216216                echo '<h2 class="response">';
     
    664664
    665665get_current_screen()->set_help_sidebar(
    666666        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    667         '<p>' . __( '<a href="https://codex.wordpress.org/Dashboard_Updates_Screen">Documentation on Updating WordPress</a>' ) . '</p>' .
     667        '<p>' . __( '<a href="https://wordpress.org/support/article/dashboard-updates-screen/">Documentation on Updating WordPress</a>' ) . '</p>' .
    668668        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    669669);
    670670
  • src/wp-admin/upload.php

     
    7272
    7373        get_current_screen()->set_help_sidebar(
    7474                '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    75                 '<p>' . __( '<a href="https://codex.wordpress.org/Media_Library_Screen">Documentation on Media Library</a>' ) . '</p>' .
     75                '<p>' . __( '<a href="https://wordpress.org/support/article/media-library-screen/">Documentation on Media Library</a>' ) . '</p>' .
    7676                '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    7777        );
    7878
     
    247247
    248248get_current_screen()->set_help_sidebar(
    249249        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    250         '<p>' . __( '<a href="https://codex.wordpress.org/Media_Library_Screen">Documentation on Media Library</a>' ) . '</p>' .
     250        '<p>' . __( '<a href="https://wordpress.org/support/article/media-library-screen/">Documentation on Media Library</a>' ) . '</p>' .
    251251        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    252252);
    253253
  • src/wp-admin/user-edit.php

     
    6464
    6565get_current_screen()->set_help_sidebar(
    6666        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    67         '<p>' . __( '<a href="https://codex.wordpress.org/Users_Your_Profile_Screen">Documentation on User Profiles</a>' ) . '</p>' .
     67        '<p>' . __( '<a href="https://wordpress.org/support/article/users-your-profile-screen/">Documentation on User Profiles</a>' ) . '</p>' .
    6868        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    6969);
    7070
     
    308308                        ?>
    309309<tr class="user-comment-shortcuts-wrap">
    310310<th scope="row"><?php _e( 'Keyboard Shortcuts' ); ?></th>
    311 <td><label for="comment_shortcuts"><input type="checkbox" name="comment_shortcuts" id="comment_shortcuts" value="true" <?php checked( 'true', $profileuser->comment_shortcuts ); ?> /> <?php _e( 'Enable keyboard shortcuts for comment moderation.' ); ?></label> <?php _e( '<a href="https://codex.wordpress.org/Keyboard_Shortcuts" target="_blank">More information</a>' ); ?></td>
     311<td><label for="comment_shortcuts"><input type="checkbox" name="comment_shortcuts" id="comment_shortcuts" value="true" <?php checked( 'true', $profileuser->comment_shortcuts ); ?> /> <?php _e( 'Enable keyboard shortcuts for comment moderation.' ); ?></label> <?php _e( '<a href="https://wordpress.org/support/article/keyboard-shortcuts/" target="_blank">More information</a>' ); ?></td>
    312312</tr>
    313313                <?php endif; ?>
    314314<tr class="show-admin-bar user-admin-bar-front-wrap">
  • src/wp-admin/user-new.php

     
    252252
    253253get_current_screen()->set_help_sidebar(
    254254        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    255         '<p>' . __( '<a href="https://codex.wordpress.org/Users_Add_New_Screen">Documentation on Adding New Users</a>' ) . '</p>' .
     255        '<p>' . __( '<a href="https://wordpress.org/support/article/users-add-new-screen/">Documentation on Adding New Users</a>' ) . '</p>' .
    256256        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    257257);
    258258
  • src/wp-admin/users.php

     
    7171
    7272get_current_screen()->set_help_sidebar(
    7373        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    74         '<p>' . __( '<a href="https://codex.wordpress.org/Users_Screen">Documentation on Managing Users</a>' ) . '</p>' .
    75         '<p>' . __( '<a href="https://codex.wordpress.org/Roles_and_Capabilities">Descriptions of Roles and Capabilities</a>' ) . '</p>' .
     74        '<p>' . __( '<a href="https://wordpress.org/support/article/users-screen/">Documentation on Managing Users</a>' ) . '</p>' .
     75        '<p>' . __( '<a href="https://wordpress.org/support/article/roles-and-capabilities/">Descriptions of Roles and Capabilities</a>' ) . '</p>' .
    7676        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    7777);
    7878
  • src/wp-admin/widgets.php

     
    8080
    8181get_current_screen()->set_help_sidebar(
    8282        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    83         '<p>' . __( '<a href="https://codex.wordpress.org/Appearance_Widgets_Screen">Documentation on Widgets</a>' ) . '</p>' .
     83        '<p>' . __( '<a href="https://wordpress.org/support/article/appearance-widgets-screen/">Documentation on Widgets</a>' ) . '</p>' .
    8484        '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    8585);
    8686
  • src/wp-content/themes/twentyeleven/content-aside.php

     
    44 *
    55 * Used on index and archive pages.
    66 *
    7  * @link https://codex.wordpress.org/Post_Formats
     7 * @link https://wordpress.org/support/article/post-formats/
    88 *
    99 * @package WordPress
    1010 * @subpackage Twenty_Eleven
  • src/wp-content/themes/twentyeleven/content-gallery.php

     
    44 *
    55 * Used on index and archive pages.
    66 *
    7  * @link https://codex.wordpress.org/Post_Formats
     7 * @link https://wordpress.org/support/article/post-formats/
    88 *
    99 * @package WordPress
    1010 * @subpackage Twenty_Eleven
  • src/wp-content/themes/twentyeleven/content-image.php

     
    44 *
    55 * Used on index and archive pages.
    66 *
    7  * @link https://codex.wordpress.org/Post_Formats
     7 * @link https://wordpress.org/support/article/post-formats/
    88 *
    99 * @package WordPress
    1010 * @subpackage Twenty_Eleven
  • src/wp-content/themes/twentyeleven/content-link.php

     
    44 *
    55 * Used on index and archive pages
    66 *
    7  * @link https://codex.wordpress.org/Post_Formats
     7 * @link https://wordpress.org/support/article/post-formats/
    88 *
    99 * @package WordPress
    1010 * @subpackage Twenty_Eleven
  • src/wp-content/themes/twentyeleven/content-status.php

     
    44 *
    55 * Used on index and archive pages
    66 *
    7  * @link https://codex.wordpress.org/Post_Formats
     7 * @link https://wordpress.org/support/article/post-formats/
    88 *
    99 * @package WordPress
    1010 * @subpackage Twenty_Eleven
  • src/wp-content/themes/twentyeleven/inc/theme-options.php

     
    118118                        '<p>' . __( 'Remember to click "Save Changes" to save any changes you have made to the theme options.', 'twentyeleven' ) . '</p>';
    119119
    120120        $sidebar = '<p><strong>' . __( 'For more information:', 'twentyeleven' ) . '</strong></p>' .
    121                 '<p>' . __( '<a href="https://codex.wordpress.org/Appearance_Theme_Options_Screen" target="_blank">Documentation on Theme Options</a>', 'twentyeleven' ) . '</p>' .
     121                '<p>' . __( '<a href="https://wordpress.org/support/article/appearance-customize-screen/" target="_blank">Documentation on Theme Options</a>', 'twentyeleven' ) . '</p>' .
    122122                '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support</a>', 'twentyeleven' ) . '</p>';
    123123
    124124        $screen = get_current_screen();
  • src/wp-content/themes/twentyeleven/languages/twentyeleven.pot

     
    485485msgstr ""
    486486
    487487#: inc/theme-options.php:121
    488 msgid "<a href=\"https://codex.wordpress.org/Appearance_Theme_Options_Screen\" target=\"_blank\">Documentation on Theme Options</a>"
     488msgid "<a href=\"https://wordpress.org/support/article/appearance-customize-screen/\" target=\"_blank\">Documentation on Theme Options</a>"
    489489msgstr ""
    490490
    491491#: inc/theme-options.php:122
  • src/wp-content/themes/twentyfifteen/functions.php

     
    106106                /*
    107107                 * Enable support for Post Formats.
    108108                 *
    109                  * See: https://codex.wordpress.org/Post_Formats
     109                 * See: https://wordpress.org/support/article/post-formats/
    110110                 */
    111111                add_theme_support(
    112112                        'post-formats',
  • src/wp-content/themes/twentyfifteen/readme.txt

     
    1919* Post Formats
    2020* The GPL v2.0 or later license. :) Use it to make something cool.
    2121
    22 For more information about Twenty Fifteen please go to https://codex.wordpress.org/Twenty_Fifteen.
     22For more information about Twenty Fifteen please go to https://wordpress.org/support/article/twenty-fifteen/.
    2323
    2424== Installation ==
    2525
    26261. In your admin panel, go to Appearance -> Themes and click the 'Add New' button.
    27272. Type in Twenty Fifteen in the search form and press the 'Enter' key on your keyboard.
    28283. Click on the 'Activate' button to use your new theme right away.
    29 4. Go to https://codex.wordpress.org/Twenty_Fifteen for a guide on how to customize this theme.
     294. Go to https://wordpress.org/support/article/twenty-fifteen/ for a guide on how to customize this theme.
    30305. Navigate to Appearance > Customize in your admin panel and customize to taste.
    3131
    3232== Copyright ==
  • src/wp-content/themes/twentyfourteen/functions.php

     
    149149
    150150                /*
    151151                 * Enable support for Post Formats.
    152                  * See https://codex.wordpress.org/Post_Formats
     152                 * See https://wordpress.org/support/article/post-formats/
    153153                 */
    154154                add_theme_support(
    155155                        'post-formats',
  • src/wp-content/themes/twentyseventeen/README.txt

     
    1212
    1313Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
    1414
    15 For more information about Twenty Seventeen please go to https://codex.wordpress.org/Twenty_Seventeen.
     15For more information about Twenty Seventeen please go to https://wordpress.org/support/article/twenty-seventeen/.
    1616
    1717== Installation ==
    1818
    19191. In your admin panel, go to Appearance -> Themes and click the 'Add New' button.
    20202. Type in Twenty Seventeen in the search form and press the 'Enter' key on your keyboard.
    21213. Click on the 'Activate' button to use your new theme right away.
    22 4. Go to https://codex.wordpress.org/Twenty_Seventeen for a guide on how to customize this theme.
     224. Go to https://wordpress.org/support/article/twenty-seventeen/ for a guide on how to customize this theme.
    23235. Navigate to Appearance > Customize in your admin panel and customize to taste.
    2424
    2525== Copyright ==
  • src/wp-content/themes/twentyseventeen/functions.php

     
    8383        /*
    8484         * Enable support for Post Formats.
    8585         *
    86          * See: https://codex.wordpress.org/Post_Formats
     86         * See: https://wordpress.org/support/article/post-formats/
    8787         */
    8888        add_theme_support(
    8989                'post-formats',
  • src/wp-content/themes/twentysixteen/functions.php

     
    112112                /*
    113113                 * Enable support for Post Formats.
    114114                 *
    115                  * See: https://codex.wordpress.org/Post_Formats
     115                 * See: https://wordpress.org/support/article/post-formats/
    116116                 */
    117117                add_theme_support(
    118118                        'post-formats',
  • src/wp-content/themes/twentysixteen/readme.txt

     
    1818* Post Formats
    1919* The GPL v2.0 or later license. :) Use it to make something cool.
    2020
    21 For more information about Twenty Sixteen please go to https://codex.wordpress.org/Twenty_Sixteen.
     21For more information about Twenty Sixteen please go to https://wordpress.org/support/article/twenty_sixteen/.
    2222
    2323== Installation ==
    2424
    25251. In your admin panel, go to Appearance -> Themes and click the 'Add New' button.
    26262. Type in Twenty Sixteen in the search form and press the 'Enter' key on your keyboard.
    27273. Click on the 'Activate' button to use your new theme right away.
    28 4. Go to https://codex.wordpress.org/Twenty_Sixteen for a guide on how to customize this theme.
     284. Go to https://wordpress.org/support/article/twenty_sixteen/ for a guide on how to customize this theme.
    29295. Navigate to Appearance > Customize in your admin panel and customize to taste.
    3030
    3131== Copyright ==
  • src/wp-content/themes/twentythirteen/functions.php

     
    171171
    172172        /*
    173173         * This theme supports all available post formats by default.
    174          * See https://codex.wordpress.org/Post_Formats
     174         * See https://wordpress.org/support/article/post-formats/
    175175         */
    176176        add_theme_support(
    177177                'post-formats',
  • src/wp-includes/class-wp-oembed.php

     
    44 *
    55 * Used internally by the WP_Embed class, but is designed to be generic.
    66 *
    7  * @link https://codex.wordpress.org/oEmbed oEmbed Codex Article
     7 * @link https://wordpress.org/support/article/embeds/ oEmbed Codex Article
    88 * @link http://oembed.com/ oEmbed Homepage
    99 *
    1010 * @package WordPress
  • src/wp-includes/class-wp-query.php

     
    1010/**
    1111 * The WordPress Query class.
    1212 *
    13  * @link https://codex.wordpress.org/Function_Reference/WP_Query Codex page.
     13 * @link https://developer.wordpress.org/reference/classes/wp_query/ Codex page.
    1414 *
    1515 * @since 1.5.0
    1616 * @since 4.5.0 Removed the `$comments_popup` property.
  • src/wp-includes/customize/class-wp-customize-nav-menu-locations-control.php

     
    5151                                                                printf(
    5252                                                                        /* translators: 1: Codex URL, 2: additional link attributes, 3: accessibility text */
    5353                                                                        _x( '(If you plan to use a menu <a href="%1$s" %2$s>widget%3$s</a>, skip this step.)', 'menu locations' ),
    54                                                                         __( 'https://codex.wordpress.org/WordPress_Widgets' ),
     54                                                                        __( 'https://wordpress.org/support/article/wordpress-widgets/' ),
    5555                                                                        ' class="external-link" target="_blank"',
    5656                                                                        sprintf(
    5757                                                                                '<span class="screen-reader-text"> %s</span>',
  • src/wp-includes/date.php

     
    1010 * return no results. In these cases, a _doing_it_wrong() error notice is also thrown.
    1111 * See WP_Date_Query::validate_date_values().
    1212 *
    13  * @link https://codex.wordpress.org/Function_Reference/WP_Query Codex page.
     13 * @link https://developer.wordpress.org/reference/classes/wp_query/ Codex page.
    1414 *
    1515 * @since 3.7.0
    1616 */
  • src/wp-includes/formatting.php

     
    46934693                                $error = sprintf(
    46944694                                        /* translators: %s: Codex URL */
    46954695                                        __( 'A structure tag is required when using custom permalinks. <a href="%s">Learn more</a>' ),
    4696                                         __( 'https://codex.wordpress.org/Using_Permalinks#Choosing_your_permalink_structure' )
     4696                                        __( 'https://wordpress.org/support/article/using-permalinks/#choosing-your-permalink-structure' )
    46974697                                );
    46984698                        }
    46994699                        break;
  • src/wp-includes/functions.php

     
    47924792                        /* translators: %s: Codex URL */
    47934793                        $message .= ' ' . sprintf(
    47944794                                __( 'Please see <a href="%s">Debugging in WordPress</a> for more information.' ),
    4795                                 __( 'https://codex.wordpress.org/Debugging_in_WordPress' )
     4795                                __( 'https://wordpress.org/support/article/debugging-in-wordpress/' )
    47964796                        );
    47974797                        /* translators: Developer debugging message. 1: PHP function name, 2: Explanatory message, 3: Version information message */
    47984798                        trigger_error( sprintf( __( '%1$s was called <strong>incorrectly</strong>. %2$s %3$s' ), $function, $message, $version ) );
     
    48044804                        }
    48054805                        $message .= sprintf(
    48064806                                ' Please see <a href="%s">Debugging in WordPress</a> for more information.',
    4807                                 'https://codex.wordpress.org/Debugging_in_WordPress'
     4807                                'https://wordpress.org/support/article/debugging-in-wordpress/'
    48084808                        );
    48094809                        trigger_error( sprintf( '%1$s was called <strong>incorrectly</strong>. %2$s %3$s', $function, $message, $version ) );
    48104810                }
  • src/wp-includes/ms-load.php

     
    492492        /* translators: %s: Codex URL */
    493493        $msg .= sprintf(
    494494                __( 'Read the <a href="%s" target="_blank">bug report</a> page. Some of the guidelines there may help you figure out what went wrong.' ),
    495                 __( 'https://codex.wordpress.org/Debugging_a_WordPress_Network' )
     495                __( 'https://wordpress.org/support/article/debugging-a-wordpress-network/' )
    496496        );
    497497        $msg .= ' ' . __( 'If you&#8217;re still stuck with this message, then check that your database contains the following tables:' ) . '</p><ul>';
    498498        foreach ( $wpdb->tables( 'global' ) as $t => $table ) {
  • src/wp-includes/vars.php

     
    1010 * servers with known pretty permalink capability.
    1111 *
    1212 * Note: Though Nginx is detected, WordPress does not currently
    13  * generate rewrite rules for it. See https://codex.wordpress.org/Nginx
     13 * generate rewrite rules for it. See https://wordpress.org/support/article/nginx/
    1414 *
    1515 * @package WordPress
    1616 */
  • src/wp-includes/widgets.php

     
    1010 * This functionality was found in a plugin before the WordPress 2.2 release, which
    1111 * included it in the core from that point on.
    1212 *
    13  * @link https://codex.wordpress.org/Plugins/WordPress_Widgets WordPress Widgets
     13 * @link https://wordpress.org/support/article/wordpress-widgets/ WordPress Widgets
    1414 * @link https://codex.wordpress.org/Plugins/WordPress_Widgets_Api Widgets API
    1515 *
    1616 * @package WordPress
  • src/wp-load.php

     
    8080        $die .= '<p>' . sprintf(
    8181                /* translators: %s: Codex URL */
    8282                __( "Need more help? <a href='%s'>We got it</a>." ),
    83                 __( 'https://codex.wordpress.org/Editing_wp-config.php' )
     83                __( 'https://wordpress.org/support/article/editing-wp-config-php/' )
    8484        ) . '</p>';
    8585        $die .= '<p>' . sprintf(
    8686                /* translators: %s: wp-config.php */