Make WordPress Core

Ticket #27115: 31882.use-https-codex-urls.patch

File 31882.use-https-codex-urls.patch, 94.9 KB (added by ramiy, 9 years ago)

Codex links

  • wp-admin/about.php

     
    100100                <div class="last-feature">
    101101                        <svg viewBox="-30 -30 160 160"><path d="M35.3,26.5H5.9c-1.5,0-2.9-0.6-4.1-1.7C0.6,23.6,0,22.2,0,20.6c0-1.6,0.6-3,1.7-4.1c1.2-1.2,2.5-1.7,4.1-1.7h29.4 c1.6,0,3,0.6,4.1,1.7c1.2,1.2,1.7,2.5,1.7,4.1c0,1.6-0.6,3-1.7,4.1C38.3,25.9,36.9,26.5,35.3,26.5z M68.9,77.7 c-1.2,1.2-2.5,1.7-4.1,1.7H17.6c-1.6,0-3-0.6-4.1-1.7c-1.2-1.2-1.7-2.5-1.7-4.1V38.2c0-1.6,0.6-3,1.7-4.1c1.2-1.2,2.5-1.7,4.1-1.7 h47.1c1.6,0,3,0.6,4.1,1.7c1.2,1.2,1.7,2.5,1.7,4.1v35.3C70.6,75.1,70,76.5,68.9,77.7z M76.5,61.8L100,85.3V26.5L76.5,50V61.8z"/></svg>
    102102                        <h4><?php _e( 'Vine embeds' ); ?></h4>
    103                         <p><?php printf( __( 'Embedding videos from Vine is as simple as pasting a URL onto its own line in a post. See the <a href="%s">full list</a> of supported embeds.' ), 'http://codex.wordpress.org/Embeds' ); ?></p>
     103                        <p><?php printf( __( 'Embedding videos from Vine is as simple as pasting a URL onto its own line in a post. See the <a href="%s">full list</a> of supported embeds.' ), 'https://codex.wordpress.org/Embeds' ); ?></p>
    104104                </div>
    105105
    106106                <div>
  • wp-admin/admin-ajax.php

     
    55 * @package WordPress
    66 * @subpackage Administration
    77 *
    8  * @link http://codex.wordpress.org/AJAX_in_Plugins
     8 * @link https://codex.wordpress.org/AJAX_in_Plugins
    99 */
    1010
    1111/**
  • wp-admin/comment.php

     
    5656
    5757        get_current_screen()->set_help_sidebar(
    5858        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    59         '<p>' . __( '<a href="http://codex.wordpress.org/Administration_Screens#Comments" target="_blank">Documentation on Comments</a>' ) . '</p>' .
     59        '<p>' . __( '<a href="https://codex.wordpress.org/Administration_Screens#Comments" target="_blank">Documentation on Comments</a>' ) . '</p>' .
    6060        '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>'
    6161        );
    6262
  • wp-admin/credits.php

     
    104104        echo '<p class="about-description">' . sprintf( __( 'WordPress is created by a <a href="%1$s">worldwide team</a> of passionate individuals. <a href="%2$s">Get involved in WordPress</a>.' ),
    105105                'https://wordpress.org/about/',
    106106                /* translators: Url to the codex documentation on contributing to WordPress used on the credits page */
    107                 __( 'http://codex.wordpress.org/Contributing_to_WordPress' ) ) . '</p>';
     107                __( 'https://codex.wordpress.org/Contributing_to_WordPress' ) ) . '</p>';
    108108        include( ABSPATH . 'wp-admin/admin-footer.php' );
    109109        exit;
    110110}
  • wp-admin/custom-background.php

     
    9393
    9494                get_current_screen()->set_help_sidebar(
    9595                        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    96                         '<p>' . __( '<a href="http://codex.wordpress.org/Appearance_Background_Screen" target="_blank">Documentation on Custom Background</a>' ) . '</p>' .
     96                        '<p>' . __( '<a href="https://codex.wordpress.org/Appearance_Background_Screen" target="_blank">Documentation on Custom Background</a>' ) . '</p>' .
    9797                        '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>'
    9898                );
    9999
  • wp-admin/custom-header.php

     
    120120
    121121                get_current_screen()->set_help_sidebar(
    122122                        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    123                         '<p>' . __( '<a href="http://codex.wordpress.org/Appearance_Header_Screen" target="_blank">Documentation on Custom Header</a>' ) . '</p>' .
     123                        '<p>' . __( '<a href="https://codex.wordpress.org/Appearance_Header_Screen" target="_blank">Documentation on Custom Header</a>' ) . '</p>' .
    124124                        '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>'
    125125                );
    126126        }
  • wp-admin/edit-comments.php

     
    130130
    131131get_current_screen()->set_help_sidebar(
    132132        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    133         '<p>' . __( '<a href="http://codex.wordpress.org/Administration_Screens#Comments" target="_blank">Documentation on Comments</a>' ) . '</p>' .
    134         '<p>' . __( '<a href="http://codex.wordpress.org/Comment_Spam" target="_blank">Documentation on Comment Spam</a>' ) . '</p>' .
    135         '<p>' . __( '<a href="http://codex.wordpress.org/Keyboard_Shortcuts" target="_blank">Documentation on Keyboard Shortcuts</a>' ) . '</p>' .
     133        '<p>' . __( '<a href="https://codex.wordpress.org/Administration_Screens#Comments" target="_blank">Documentation on Comments</a>' ) . '</p>' .
     134        '<p>' . __( '<a href="https://codex.wordpress.org/Comment_Spam" target="_blank">Documentation on Comment Spam</a>' ) . '</p>' .
     135        '<p>' . __( '<a href="https://codex.wordpress.org/Keyboard_Shortcuts" target="_blank">Documentation on Keyboard Shortcuts</a>' ) . '</p>' .
    136136        '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>'
    137137);
    138138
  • wp-admin/edit-form-advanced.php

     
    309309        get_current_screen()->set_help_sidebar(
    310310                        '<p>' . sprintf(__('You can also create posts with the <a href="%s">Press This bookmarklet</a>.'), 'options-writing.php') . '</p>' .
    311311                        '<p><strong>' . __('For more information:') . '</strong></p>' .
    312                         '<p>' . __('<a href="http://codex.wordpress.org/Posts_Add_New_Screen" target="_blank">Documentation on Writing and Editing Posts</a>') . '</p>' .
     312                        '<p>' . __('<a href="https://codex.wordpress.org/Posts_Add_New_Screen" target="_blank">Documentation on Writing and Editing Posts</a>') . '</p>' .
    313313                        '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    314314        );
    315315} elseif ( 'page' == $post_type ) {
     
    324324
    325325        get_current_screen()->set_help_sidebar(
    326326                        '<p><strong>' . __('For more information:') . '</strong></p>' .
    327                         '<p>' . __('<a href="http://codex.wordpress.org/Pages_Add_New_Screen" target="_blank">Documentation on Adding New Pages</a>') . '</p>' .
    328                         '<p>' . __('<a href="http://codex.wordpress.org/Pages_Screen#Editing_Individual_Pages" target="_blank">Documentation on Editing Pages</a>') . '</p>' .
     327                        '<p>' . __('<a href="https://codex.wordpress.org/Pages_Add_New_Screen" target="_blank">Documentation on Adding New Pages</a>') . '</p>' .
     328                        '<p>' . __('<a href="https://codex.wordpress.org/Pages_Screen#Editing_Individual_Pages" target="_blank">Documentation on Editing Pages</a>') . '</p>' .
    329329                        '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    330330        );
    331331} elseif ( 'attachment' == $post_type ) {
     
    341341
    342342        get_current_screen()->set_help_sidebar(
    343343        '<p><strong>' . __('For more information:') . '</strong></p>' .
    344         '<p>' . __('<a href="http://codex.wordpress.org/Media_Add_New_Screen#Edit_Media" target="_blank">Documentation on Edit Media</a>') . '</p>' .
     344        '<p>' . __('<a href="https://codex.wordpress.org/Media_Add_New_Screen#Edit_Media" target="_blank">Documentation on Edit Media</a>') . '</p>' .
    345345        '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    346346        );
    347347}
     
    348348
    349349if ( 'post' == $post_type || 'page' == $post_type ) {
    350350        $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>';
    351         $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="http://codex.wordpress.org/Embeds">learn more about embeds</a>.' ) . '</p>';
     351        $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>';
    352352
    353353        get_current_screen()->add_help_tab( array(
    354354                'id'            => 'inserting-media',
     
    362362        $publish_box .= '<ul><li>' . __('<strong>Publish</strong> - You can set the terms of publishing your post in the Publish box. For Status, Visibility, and Publish (immediately), click on the Edit link to reveal more options. Visibility includes options for password-protecting a post or making it stay at the top of your blog indefinitely (sticky). Publish (immediately) allows you to set a future or past date and time, so you can schedule a post to be published in the future or backdate a post.') . '</li>';
    363363
    364364        if ( current_theme_supports( 'post-formats' ) && post_type_supports( 'post', 'post-formats' ) ) {
    365                 $publish_box .= '<li>' . __( '<strong>Format</strong> - 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="http://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>';
     365                $publish_box .= '<li>' . __( '<strong>Format</strong> - 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>';
    366366        }
    367367
    368368        if ( current_theme_supports( 'post-thumbnails' ) && post_type_supports( 'post', 'thumbnail' ) ) {
  • wp-admin/edit-link-form.php

     
    6262
    6363get_current_screen()->set_help_sidebar(
    6464        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    65         '<p>' . __( '<a href="http://codex.wordpress.org/Links_Add_New_Screen" target="_blank">Documentation on Creating Links</a>' ) . '</p>' .
     65        '<p>' . __( '<a href="https://codex.wordpress.org/Links_Add_New_Screen" target="_blank">Documentation on Creating Links</a>' ) . '</p>' .
    6666        '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>'
    6767);
    6868
  • wp-admin/edit-tags.php

     
    233233        $help = '<p><strong>' . __( 'For more information:' ) . '</strong></p>';
    234234
    235235        if ( 'category' == $taxonomy )
    236                 $help .= '<p>' . __( '<a href="http://codex.wordpress.org/Posts_Categories_Screen" target="_blank">Documentation on Categories</a>' ) . '</p>';
     236                $help .= '<p>' . __( '<a href="https://codex.wordpress.org/Posts_Categories_Screen" target="_blank">Documentation on Categories</a>' ) . '</p>';
    237237        elseif ( 'link_category' == $taxonomy )
    238                 $help .= '<p>' . __( '<a href="http://codex.wordpress.org/Links_Link_Categories_Screen" target="_blank">Documentation on Link Categories</a>' ) . '</p>';
     238                $help .= '<p>' . __( '<a href="https://codex.wordpress.org/Links_Link_Categories_Screen" target="_blank">Documentation on Link Categories</a>' ) . '</p>';
    239239        else
    240                 $help .= '<p>' . __( '<a href="http://codex.wordpress.org/Posts_Tags_Screen" target="_blank">Documentation on Tags</a>' ) . '</p>';
     240                $help .= '<p>' . __( '<a href="https://codex.wordpress.org/Posts_Tags_Screen" target="_blank">Documentation on Tags</a>' ) . '</p>';
    241241
    242242        $help .= '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>';
    243243
  • wp-admin/edit.php

     
    208208
    209209        get_current_screen()->set_help_sidebar(
    210210        '<p><strong>' . __('For more information:') . '</strong></p>' .
    211         '<p>' . __('<a href="http://codex.wordpress.org/Posts_Screen" target="_blank">Documentation on Managing Posts</a>') . '</p>' .
     211        '<p>' . __('<a href="https://codex.wordpress.org/Posts_Screen" target="_blank">Documentation on Managing Posts</a>') . '</p>' .
    212212        '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    213213        );
    214214
     
    229229
    230230        get_current_screen()->set_help_sidebar(
    231231        '<p><strong>' . __('For more information:') . '</strong></p>' .
    232         '<p>' . __('<a href="http://codex.wordpress.org/Pages_Screen" target="_blank">Documentation on Managing Pages</a>') . '</p>' .
     232        '<p>' . __('<a href="https://codex.wordpress.org/Pages_Screen" target="_blank">Documentation on Managing Pages</a>') . '</p>' .
    233233        '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    234234        );
    235235}
  • wp-admin/export.php

     
    5050
    5151get_current_screen()->set_help_sidebar(
    5252        '<p><strong>' . __('For more information:') . '</strong></p>' .
    53         '<p>' . __('<a href="http://codex.wordpress.org/Tools_Export_Screen" target="_blank">Documentation on Export</a>') . '</p>' .
     53        '<p>' . __('<a href="https://codex.wordpress.org/Tools_Export_Screen" target="_blank">Documentation on Export</a>') . '</p>' .
    5454        '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    5555);
    5656
  • wp-admin/import.php

     
    2525
    2626get_current_screen()->set_help_sidebar(
    2727        '<p><strong>' . __('For more information:') . '</strong></p>' .
    28         '<p>' . __('<a href="http://codex.wordpress.org/Tools_Import_Screen" target="_blank">Documentation on Import</a>') . '</p>' .
     28        '<p>' . __('<a href="https://codex.wordpress.org/Tools_Import_Screen" target="_blank">Documentation on Import</a>') . '</p>' .
    2929        '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    3030);
    3131
  • wp-admin/includes/class-wp-themes-list-table.php

     
    213213                                <p><?php echo $theme->display('Description'); ?></p>
    214214                                <?php if ( $theme->parent() ) {
    215215                                        printf( ' <p class="howto">' . __( 'This <a href="%1$s">child theme</a> requires its parent theme, %2$s.' ) . '</p>',
    216                                                 __( 'http://codex.wordpress.org/Child_Themes' ),
     216                                                __( 'https://codex.wordpress.org/Child_Themes' ),
    217217                                                $theme->parent()->display( 'Name' ) );
    218218                                } ?>
    219219                        </div>
  • wp-admin/includes/dashboard.php

     
    13321332                <?php if ( current_user_can( 'manage_options' ) ) : ?>
    13331333                        <li><?php printf( '<a href="%s" class="welcome-icon welcome-comments">' . __( 'Turn comments on or off' ) . '</a>', admin_url( 'options-discussion.php' ) ); ?></li>
    13341334                <?php endif; ?>
    1335                         <li><?php printf( '<a href="%s" class="welcome-icon welcome-learn-more">' . __( 'Learn more about getting started' ) . '</a>', __( 'http://codex.wordpress.org/First_Steps_With_WordPress' ) ); ?></li>
     1335                        <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>
    13361336                </ul>
    13371337        </div>
    13381338        </div>
  • wp-admin/includes/meta-boxes.php

     
    522522function post_excerpt_meta_box($post) {
    523523?>
    524524<label class="screen-reader-text" for="excerpt"><?php _e('Excerpt') ?></label><textarea rows="1" cols="40" name="excerpt" id="excerpt"><?php echo $post->post_excerpt; // textarea_escaped ?></textarea>
    525 <p><?php _e('Excerpts are optional hand-crafted summaries of your content that can be used in your theme. <a href="http://codex.wordpress.org/Excerpt" target="_blank">Learn more about manual excerpts.</a>'); ?></p>
     525<p><?php _e('Excerpts are optional hand-crafted summaries of your content that can be used in your theme. <a href="https://codex.wordpress.org/Excerpt" target="_blank">Learn more about manual excerpts.</a>'); ?></p>
    526526<?php
    527527}
    528528
     
    546546
    547547?>
    548548<p><label for="trackback_url"><?php _e('Send trackbacks to:'); ?></label> <?php echo $form_trackback; ?><br /> (<?php _e('Separate multiple URLs with spaces'); ?>)</p>
    549 <p><?php _e('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="http://codex.wordpress.org/Introduction_to_Blogging#Managing_Comments" target="_blank">pingbacks</a>, no other action necessary.'); ?></p>
     549<p><?php _e('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="https://codex.wordpress.org/Introduction_to_Blogging#Managing_Comments" target="_blank">pingbacks</a>, no other action necessary.'); ?></p>
    550550<?php
    551551if ( ! empty($pings) )
    552552        echo $pings;
     
    572572list_meta( $metadata );
    573573meta_form( $post ); ?>
    574574</div>
    575 <p><?php _e('Custom fields can be used to add extra metadata to a post that you can <a href="http://codex.wordpress.org/Using_Custom_Fields" target="_blank">use in your theme</a>.'); ?></p>
     575<p><?php _e('Custom fields can be used to add extra metadata to a post that you can <a href="https://codex.wordpress.org/Using_Custom_Fields" target="_blank">use in your theme</a>.'); ?></p>
    576576<?php
    577577}
    578578
     
    588588<input name="advanced_view" type="hidden" value="1" />
    589589<p class="meta-options">
    590590        <label for="comment_status" class="selectit"><input name="comment_status" type="checkbox" id="comment_status" value="open" <?php checked($post->comment_status, 'open'); ?> /> <?php _e( 'Allow comments.' ) ?></label><br />
    591         <label for="ping_status" class="selectit"><input name="ping_status" type="checkbox" id="ping_status" value="open" <?php checked($post->ping_status, 'open'); ?> /> <?php printf( __( 'Allow <a href="%s" target="_blank">trackbacks and pingbacks</a> on this page.' ), __( 'http://codex.wordpress.org/Introduction_to_Blogging#Managing_Comments' ) ); ?></label>
     591        <label for="ping_status" class="selectit"><input name="ping_status" type="checkbox" id="ping_status" value="open" <?php checked($post->ping_status, 'open'); ?> /> <?php printf( __( 'Allow <a href="%s" target="_blank">trackbacks and pingbacks</a> on this page.' ), __( 'https://codex.wordpress.org/Introduction_to_Blogging#Managing_Comments' ) ); ?></label>
    592592        <?php
    593593        /**
    594594         * Fires at the end of the Discussion meta box on the post editing screen.
  • wp-admin/includes/update.php

     
    205205                return false;
    206206
    207207        if ( current_user_can('update_core') ) {
    208                 $msg = sprintf( __('<a href="http://codex.wordpress.org/Version_%1$s">WordPress %1$s</a> is available! <a href="%2$s">Please update now</a>.'), $cur->current, network_admin_url( 'update-core.php' ) );
     208                $msg = sprintf( __('<a href="https://codex.wordpress.org/Version_%1$s">WordPress %1$s</a> is available! <a href="%2$s">Please update now</a>.'), $cur->current, network_admin_url( 'update-core.php' ) );
    209209        } else {
    210                 $msg = sprintf( __('<a href="http://codex.wordpress.org/Version_%1$s">WordPress %1$s</a> is available! Please notify the site administrator.'), $cur->current );
     210                $msg = sprintf( __('<a href="https://codex.wordpress.org/Version_%1$s">WordPress %1$s</a> is available! Please notify the site administrator.'), $cur->current );
    211211        }
    212212        echo "<div class='update-nag'>$msg</div>";
    213213}
  • wp-admin/index.php

     
    8585
    8686$screen->set_help_sidebar(
    8787        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    88         '<p>' . __( '<a href="http://codex.wordpress.org/Dashboard_Screen" target="_blank">Documentation on Dashboard</a>' ) . '</p>' .
     88        '<p>' . __( '<a href="https://codex.wordpress.org/Dashboard_Screen" target="_blank">Documentation on Dashboard</a>' ) . '</p>' .
    8989        '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>'
    9090);
    9191
  • wp-admin/install.php

     
    167167$mysql_compat   = version_compare( $mysql_version, $required_mysql_version, '>=' ) || file_exists( WP_CONTENT_DIR . '/db.php' );
    168168
    169169if ( !$mysql_compat && !$php_compat )
    170         $compat = sprintf( __( 'You cannot install because <a href="http://codex.wordpress.org/Version_%1$s">WordPress %1$s</a> requires PHP version %2$s or higher and MySQL version %3$s or higher. You are running PHP version %4$s and MySQL version %5$s.' ), $wp_version, $required_php_version, $required_mysql_version, $php_version, $mysql_version );
     170        $compat = sprintf( __( 'You cannot install because <a href="https://codex.wordpress.org/Version_%1$s">WordPress %1$s</a> requires PHP version %2$s or higher and MySQL version %3$s or higher. You are running PHP version %4$s and MySQL version %5$s.' ), $wp_version, $required_php_version, $required_mysql_version, $php_version, $mysql_version );
    171171elseif ( !$php_compat )
    172         $compat = sprintf( __( 'You cannot install because <a href="http://codex.wordpress.org/Version_%1$s">WordPress %1$s</a> requires PHP version %2$s or higher. You are running version %3$s.' ), $wp_version, $required_php_version, $php_version );
     172        $compat = sprintf( __( 'You cannot install because <a href="https://codex.wordpress.org/Version_%1$s">WordPress %1$s</a> requires PHP version %2$s or higher. You are running version %3$s.' ), $wp_version, $required_php_version, $php_version );
    173173elseif ( !$mysql_compat )
    174         $compat = sprintf( __( 'You cannot install because <a href="http://codex.wordpress.org/Version_%1$s">WordPress %1$s</a> requires MySQL version %2$s or higher. You are running version %3$s.' ), $wp_version, $required_mysql_version, $mysql_version );
     174        $compat = sprintf( __( 'You cannot install because <a href="https://codex.wordpress.org/Version_%1$s">WordPress %1$s</a> requires MySQL version %2$s or higher. You are running version %3$s.' ), $wp_version, $required_mysql_version, $mysql_version );
    175175
    176176if ( !$mysql_compat || !$php_compat ) {
    177177        display_header();
  • wp-admin/link-manager.php

     
    5757
    5858get_current_screen()->set_help_sidebar(
    5959        '<p><strong>' . __('For more information:') . '</strong></p>' .
    60         '<p>' . __('<a href="http://codex.wordpress.org/Links_Screen" target="_blank">Documentation on Managing Links</a>') . '</p>' .
     60        '<p>' . __('<a href="https://codex.wordpress.org/Links_Screen" target="_blank">Documentation on Managing Links</a>') . '</p>' .
    6161        '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    6262);
    6363
  • wp-admin/media-new.php

     
    5353) );
    5454get_current_screen()->set_help_sidebar(
    5555        '<p><strong>' . __('For more information:') . '</strong></p>' .
    56         '<p>' . __('<a href="http://codex.wordpress.org/Media_Add_New_Screen" target="_blank">Documentation on Uploading Media Files</a>') . '</p>' .
     56        '<p>' . __('<a href="https://codex.wordpress.org/Media_Add_New_Screen" target="_blank">Documentation on Uploading Media Files</a>') . '</p>' .
    5757        '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    5858);
    5959
  • wp-admin/media.php

     
    8080
    8181        get_current_screen()->set_help_sidebar(
    8282        '<p><strong>' . __('For more information:') . '</strong></p>' .
    83         '<p>' . __('<a href="http://codex.wordpress.org/Media_Add_New_Screen#Edit_Media" target="_blank">Documentation on Edit Media</a>') . '</p>' .
     83        '<p>' . __('<a href="https://codex.wordpress.org/Media_Add_New_Screen#Edit_Media" target="_blank">Documentation on Edit Media</a>') . '</p>' .
    8484        '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    8585        );
    8686
  • wp-admin/my-sites.php

     
    4545
    4646get_current_screen()->set_help_sidebar(
    4747        '<p><strong>' . __('For more information:') . '</strong></p>' .
    48         '<p>' . __('<a href="http://codex.wordpress.org/Dashboard_My_Sites_Screen" target="_blank">Documentation on My Sites</a>') . '</p>' .
     48        '<p>' . __('<a href="https://codex.wordpress.org/Dashboard_My_Sites_Screen" target="_blank">Documentation on My Sites</a>') . '</p>' .
    4949        '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    5050);
    5151
  • wp-admin/nav-menus.php

     
    541541
    542542get_current_screen()->set_help_sidebar(
    543543        '<p><strong>' . __('For more information:') . '</strong></p>' .
    544         '<p>' . __('<a href="http://codex.wordpress.org/Appearance_Menus_Screen" target="_blank">Documentation on Menus</a>') . '</p>' .
     544        '<p>' . __('<a href="https://codex.wordpress.org/Appearance_Menus_Screen" target="_blank">Documentation on Menus</a>') . '</p>' .
    545545        '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    546546);
    547547
  • wp-admin/network.php

     
    120120        '<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>' .
    121121        '<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>' .
    122122        '<p><strong>' . __('For more information:') . '</strong></p>' .
    123         '<p>' . __('<a href="http://codex.wordpress.org/Create_A_Network" target="_blank">Documentation on Creating a Network</a>') . '</p>' .
    124         '<p>' . __('<a href="http://codex.wordpress.org/Tools_Network_Screen" target="_blank">Documentation on the Network Screen</a>') . '</p>';
     123        '<p>' . __('<a href="https://codex.wordpress.org/Create_A_Network" target="_blank">Documentation on Creating a Network</a>') . '</p>' .
     124        '<p>' . __('<a href="https://codex.wordpress.org/Tools_Network_Screen" target="_blank">Documentation on the Network Screen</a>') . '</p>';
    125125
    126126get_current_screen()->add_help_tab( array(
    127127        'id'      => 'network',
     
    131131
    132132get_current_screen()->set_help_sidebar(
    133133        '<p><strong>' . __('For more information:') . '</strong></p>' .
    134         '<p>' . __('<a href="http://codex.wordpress.org/Create_A_Network" target="_blank">Documentation on Creating a Network</a>') . '</p>' .
    135         '<p>' . __('<a href="http://codex.wordpress.org/Tools_Network_Screen" target="_blank">Documentation on the Network Screen</a>') . '</p>' .
     134        '<p>' . __('<a href="https://codex.wordpress.org/Create_A_Network" target="_blank">Documentation on Creating a Network</a>') . '</p>' .
     135        '<p>' . __('<a href="https://codex.wordpress.org/Tools_Network_Screen" target="_blank">Documentation on the Network Screen</a>') . '</p>' .
    136136        '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    137137);
    138138
  • wp-admin/network/index.php

     
    5050
    5151get_current_screen()->set_help_sidebar(
    5252        '<p><strong>' . __('For more information:') . '</strong></p>' .
    53         '<p>' . __('<a href="http://codex.wordpress.org/Network_Admin" target="_blank">Documentation on the Network Admin</a>') . '</p>' .
     53        '<p>' . __('<a href="https://codex.wordpress.org/Network_Admin" target="_blank">Documentation on the Network Admin</a>') . '</p>' .
    5454        '<p>' . __('<a href="https://wordpress.org/support/forum/multisite/" target="_blank">Support Forums</a>') . '</p>'
    5555);
    5656
  • wp-admin/network/settings.php

     
    6161
    6262get_current_screen()->set_help_sidebar(
    6363        '<p><strong>' . __('For more information:') . '</strong></p>' .
    64         '<p>' . __('<a href="http://codex.wordpress.org/Network_Admin_Settings_Screen" target="_blank">Documentation on Network Settings</a>') . '</p>' .
     64        '<p>' . __('<a href="https://codex.wordpress.org/Network_Admin_Settings_Screen" target="_blank">Documentation on Network Settings</a>') . '</p>' .
    6565        '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    6666);
    6767
  • wp-admin/network/site-info.php

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

     
    2626
    2727get_current_screen()->set_help_sidebar(
    2828        '<p><strong>' . __('For more information:') . '</strong></p>' .
    29         '<p>' . __('<a href="http://codex.wordpress.org/Network_Admin_Sites_Screen" target="_blank">Documentation on Site Management</a>') . '</p>' .
     29        '<p>' . __('<a href="https://codex.wordpress.org/Network_Admin_Sites_Screen" target="_blank">Documentation on Site Management</a>') . '</p>' .
    3030        '<p>' . __('<a href="https://wordpress.org/support/forum/multisite/" target="_blank">Support Forums</a>') . '</p>'
    3131);
    3232
  • wp-admin/network/site-settings.php

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

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

     
    3232
    3333get_current_screen()->set_help_sidebar(
    3434        '<p><strong>' . __('For more information:') . '</strong></p>' .
    35         '<p>' . __('<a href="http://codex.wordpress.org/Network_Admin_Sites_Screen" target="_blank">Documentation on Site Management</a>') . '</p>' .
     35        '<p>' . __('<a href="https://codex.wordpress.org/Network_Admin_Sites_Screen" target="_blank">Documentation on Site Management</a>') . '</p>' .
    3636        '<p>' . __('<a href="https://wordpress.org/support/forum/multisite/" target="_blank">Support Forums</a>') . '</p>'
    3737);
    3838
  • wp-admin/network/sites.php

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

     
    247247
    248248get_current_screen()->set_help_sidebar(
    249249        '<p><strong>' . __('For more information:') . '</strong></p>' .
    250         '<p>' . __('<a href="http://codex.wordpress.org/Network_Admin_Themes_Screen" target="_blank">Documentation on Network Themes</a>') . '</p>' .
     250        '<p>' . __('<a href="https://codex.wordpress.org/Network_Admin_Themes_Screen" target="_blank">Documentation on Network Themes</a>') . '</p>' .
    251251        '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    252252);
    253253
  • wp-admin/network/upgrade.php

     
    2929
    3030get_current_screen()->set_help_sidebar(
    3131        '<p><strong>' . __('For more information:') . '</strong></p>' .
    32         '<p>' . __('<a href="http://codex.wordpress.org/Network_Admin_Updates_Screen" target="_blank">Documentation on Upgrade Network</a>') . '</p>' .
     32        '<p>' . __('<a href="https://codex.wordpress.org/Network_Admin_Updates_Screen" target="_blank">Documentation on Upgrade Network</a>') . '</p>' .
    3333        '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    3434);
    3535
  • wp-admin/network/user-new.php

     
    2626
    2727get_current_screen()->set_help_sidebar(
    2828        '<p><strong>' . __('For more information:') . '</strong></p>' .
    29         '<p>' . __('<a href="http://codex.wordpress.org/Network_Admin_Users_Screen" target="_blank">Documentation on Network Users</a>') . '</p>' .
     29        '<p>' . __('<a href="https://codex.wordpress.org/Network_Admin_Users_Screen" target="_blank">Documentation on Network Users</a>') . '</p>' .
    3030        '<p>' . __('<a href="https://wordpress.org/support/forum/multisite/" target="_blank">Support Forums</a>') . '</p>'
    3131);
    3232
  • wp-admin/network/users.php

     
    272272
    273273get_current_screen()->set_help_sidebar(
    274274        '<p><strong>' . __('For more information:') . '</strong></p>' .
    275         '<p>' . __('<a href="http://codex.wordpress.org/Network_Admin_Users_Screen" target="_blank">Documentation on Network Users</a>') . '</p>' .
     275        '<p>' . __('<a href="https://codex.wordpress.org/Network_Admin_Users_Screen" target="_blank">Documentation on Network Users</a>') . '</p>' .
    276276        '<p>' . __('<a href="https://wordpress.org/support/forum/multisite/" target="_blank">Support Forums</a>') . '</p>'
    277277);
    278278
  • wp-admin/options-discussion.php

     
    4343
    4444get_current_screen()->set_help_sidebar(
    4545        '<p><strong>' . __('For more information:') . '</strong></p>' .
    46         '<p>' . __('<a href="http://codex.wordpress.org/Settings_Discussion_Screen" target="_blank">Documentation on Discussion Settings</a>') . '</p>' .
     46        '<p>' . __('<a href="https://codex.wordpress.org/Settings_Discussion_Screen" target="_blank">Documentation on Discussion Settings</a>') . '</p>' .
    4747        '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    4848);
    4949
  • wp-admin/options-general.php

     
    101101
    102102get_current_screen()->set_help_sidebar(
    103103        '<p><strong>' . __('For more information:') . '</strong></p>' .
    104         '<p>' . __('<a href="http://codex.wordpress.org/Settings_General_Screen" target="_blank">Documentation on General Settings</a>') . '</p>' .
     104        '<p>' . __('<a href="https://codex.wordpress.org/Settings_General_Screen" target="_blank">Documentation on General Settings</a>') . '</p>' .
    105105        '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    106106);
    107107
     
    132132<tr>
    133133<th scope="row"><label for="home"><?php _e('Site Address (URL)') ?></label></th>
    134134<td><input name="home" type="url" id="home" aria-describedby="home-description" value="<?php form_option( 'home' ); ?>"<?php disabled( defined( 'WP_HOME' ) ); ?> class="regular-text code<?php if ( defined( 'WP_HOME' ) ) echo ' disabled' ?>" />
    135 <p class="description" id="home-description"><?php _e( 'Enter the address here if you <a href="http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory">want your site home page to be different from your WordPress installation directory.</a>' ); ?></p></td>
     135<p class="description" id="home-description"><?php _e( 'Enter the address here if you <a href="https://codex.wordpress.org/Giving_WordPress_Its_Own_Directory">want your site home page to be different from your WordPress installation directory.</a>' ); ?></p></td>
    136136</tr>
    137137<tr>
    138138<th scope="row"><label for="admin_email"><?php _e('E-mail Address') ?> </label></th>
     
    312312        echo '/> ' . __( 'Custom:' ) . '<span class="screen-reader-text"> ' . __( 'enter a custom time format in the following field' ) . "</span></label>\n";
    313313        echo '<label for="time_format_custom" class="screen-reader-text">' . __( 'Custom time format:' ) . '</label><input type="text" name="time_format_custom" id="time_format_custom" value="' . esc_attr( get_option('time_format') ) . '" class="small-text" /> <span class="screen-reader-text">' . __( 'example:' ) . ' </span><span class="example"> ' . date_i18n( get_option('time_format') ) . "</span> <span class='spinner'></span>\n";
    314314
    315         echo "\t<p>" . __('<a href="http://codex.wordpress.org/Formatting_Date_and_Time">Documentation on date and time formatting</a>.') . "</p>\n";
     315        echo "\t<p>" . __('<a href="https://codex.wordpress.org/Formatting_Date_and_Time">Documentation on date and time formatting</a>.') . "</p>\n";
    316316?>
    317317        </fieldset>
    318318</td>
  • wp-admin/options-media.php

     
    3131
    3232get_current_screen()->set_help_sidebar(
    3333        '<p><strong>' . __('For more information:') . '</strong></p>' .
    34         '<p>' . __('<a href="http://codex.wordpress.org/Settings_Media_Screen" target="_blank">Documentation on Media Settings</a>') . '</p>' .
     34        '<p>' . __('<a href="https://codex.wordpress.org/Settings_Media_Screen" target="_blank">Documentation on Media Settings</a>') . '</p>' .
    3535        '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    3636);
    3737
  • wp-admin/options-permalink.php

     
    4141
    4242get_current_screen()->set_help_sidebar(
    4343        '<p><strong>' . __('For more information:') . '</strong></p>' .
    44         '<p>' . __('<a href="http://codex.wordpress.org/Settings_Permalinks_Screen" target="_blank">Documentation on Permalinks Settings</a>') . '</p>' .
    45         '<p>' . __('<a href="http://codex.wordpress.org/Using_Permalinks" target="_blank">Documentation on Using Permalinks</a>') . '</p>' .
     44        '<p>' . __('<a href="https://codex.wordpress.org/Settings_Permalinks_Screen" target="_blank">Documentation on Permalinks Settings</a>') . '</p>' .
     45        '<p>' . __('<a href="https://codex.wordpress.org/Using_Permalinks" target="_blank">Documentation on Using Permalinks</a>') . '</p>' .
    4646        '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    4747);
    4848
     
    180180<form name="form" action="options-permalink.php" method="post">
    181181<?php wp_nonce_field('update-permalink') ?>
    182182
    183   <p><?php _e('By default WordPress uses web <abbr title="Universal Resource Locator">URL</abbr>s which have question marks and lots of numbers in them; however, WordPress offers you the ability to create a custom URL structure for your permalinks and archives. This can improve the aesthetics, usability, and forward-compatibility of your links. A <a href="http://codex.wordpress.org/Using_Permalinks">number of tags are available</a>, and here are some examples to get you started.'); ?></p>
     183  <p><?php _e('By default WordPress uses web <abbr title="Universal Resource Locator">URL</abbr>s which have question marks and lots of numbers in them; however, WordPress offers you the ability to create a custom URL structure for your permalinks and archives. This can improve the aesthetics, usability, and forward-compatibility of your links. A <a href="https://codex.wordpress.org/Using_Permalinks">number of tags are available</a>, and here are some examples to get you started.'); ?></p>
    184184
    185185<?php
    186186if ( is_multisite() && !is_subdomain_install() && is_main_site() ) {
     
    257257<?php if ( $iis7_permalinks ) :
    258258        if ( isset($_POST['submit']) && $permalink_structure && ! $usingpi && ! $writable ) :
    259259                if ( file_exists($home_path . 'web.config') ) : ?>
    260 <p><?php _e('If your <code>web.config</code> file were <a href="http://codex.wordpress.org/Changing_File_Permissions">writable</a>, we could do this automatically, but it isn&#8217;t so this is the url rewrite rule you should have in your <code>web.config</code> file. Click in the field and press <kbd>CTRL + a</kbd> to select all. Then insert this rule inside of the <code>/&lt;configuration&gt;/&lt;system.webServer&gt;/&lt;rewrite&gt;/&lt;rules&gt;</code> element in <code>web.config</code> file.') ?></p>
     260<p><?php _e('If your <code>web.config</code> file were <a href="https://codex.wordpress.org/Changing_File_Permissions">writable</a>, we could do this automatically, but it isn&#8217;t so this is the url rewrite rule you should have in your <code>web.config</code> file. Click in the field and press <kbd>CTRL + a</kbd> to select all. Then insert this rule inside of the <code>/&lt;configuration&gt;/&lt;system.webServer&gt;/&lt;rewrite&gt;/&lt;rules&gt;</code> element in <code>web.config</code> file.') ?></p>
    261261<form action="options-permalink.php" method="post">
    262262<?php wp_nonce_field('update-permalink') ?>
    263263        <p><textarea rows="9" class="large-text readonly" name="rules" id="rules" readonly="readonly"><?php echo esc_textarea( $wp_rewrite->iis7_url_rewrite_rules() ); ?></textarea></p>
     
    264264</form>
    265265<p><?php _e('If you temporarily make your <code>web.config</code> file writable for us to generate rewrite rules automatically, do not forget to revert the permissions after rule has been saved.') ?></p>
    266266                <?php else : ?>
    267 <p><?php _e('If the root directory of your site were <a href="http://codex.wordpress.org/Changing_File_Permissions">writable</a>, we could do this automatically, but it isn&#8217;t so this is the url rewrite rule you should have in your <code>web.config</code> file. Create a new file, called <code>web.config</code> in the root directory of your site. Click in the field and press <kbd>CTRL + a</kbd> to select all. Then insert this code into the <code>web.config</code> file.') ?></p>
     267<p><?php _e('If the root directory of your site were <a href="https://codex.wordpress.org/Changing_File_Permissions">writable</a>, we could do this automatically, but it isn&#8217;t so this is the url rewrite rule you should have in your <code>web.config</code> file. Create a new file, called <code>web.config</code> in the root directory of your site. Click in the field and press <kbd>CTRL + a</kbd> to select all. Then insert this code into the <code>web.config</code> file.') ?></p>
    268268<form action="options-permalink.php" method="post">
    269269<?php wp_nonce_field('update-permalink') ?>
    270270        <p><textarea rows="18" class="large-text readonly" name="rules" id="rules" readonly="readonly"><?php echo esc_textarea( $wp_rewrite->iis7_url_rewrite_rules(true) ); ?></textarea></p>
     
    274274        <?php endif; ?>
    275275<?php elseif ( ! $is_nginx ) :
    276276        if ( $permalink_structure && ! $usingpi && ! $writable && $update_required ) : ?>
    277 <p><?php _e('If your <code>.htaccess</code> file were <a href="http://codex.wordpress.org/Changing_File_Permissions">writable</a>, we could do this automatically, but it isn&#8217;t so these are the mod_rewrite rules you should have in your <code>.htaccess</code> file. Click in the field and press <kbd>CTRL + a</kbd> to select all.') ?></p>
     277<p><?php _e('If your <code>.htaccess</code> file were <a href="https://codex.wordpress.org/Changing_File_Permissions">writable</a>, we could do this automatically, but it isn&#8217;t so these are the mod_rewrite rules you should have in your <code>.htaccess</code> file. Click in the field and press <kbd>CTRL + a</kbd> to select all.') ?></p>
    278278<form action="options-permalink.php" method="post">
    279279<?php wp_nonce_field('update-permalink') ?>
    280280        <p><textarea rows="6" class="large-text readonly" name="rules" id="rules" readonly="readonly"><?php echo esc_textarea( $wp_rewrite->mod_rewrite_rules() ); ?></textarea></p>
  • wp-admin/options-reading.php

     
    4545 */
    4646function options_reading_blog_charset() {
    4747        echo '<input name="blog_charset" type="text" id="blog_charset" value="' . esc_attr( get_option( 'blog_charset' ) ) . '" class="regular-text" />';
    48         echo '<p class="description">' . __( 'The <a href="http://codex.wordpress.org/Glossary#Character_set">character encoding</a> of your site (UTF-8 is recommended)' ) . '</p>';
     48        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>';
    4949}
    5050
    5151get_current_screen()->add_help_tab( array(
     
    6666
    6767get_current_screen()->set_help_sidebar(
    6868        '<p><strong>' . __('For more information:') . '</strong></p>' .
    69         '<p>' . __('<a href="http://codex.wordpress.org/Settings_Reading_Screen" target="_blank">Documentation on Reading Settings</a>') . '</p>' .
     69        '<p>' . __('<a href="https://codex.wordpress.org/Settings_Reading_Screen" target="_blank">Documentation on Reading Settings</a>') . '</p>' .
    7070        '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    7171);
    7272
  • wp-admin/options-writing.php

     
    4242
    4343get_current_screen()->set_help_sidebar(
    4444        '<p><strong>' . __('For more information:') . '</strong></p>' .
    45         '<p>' . __('<a href="http://codex.wordpress.org/Settings_Writing_Screen" target="_blank">Documentation on Writing Settings</a>') . '</p>' .
     45        '<p>' . __('<a href="https://codex.wordpress.org/Settings_Writing_Screen" target="_blank">Documentation on Writing Settings</a>') . '</p>' .
    4646        '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    4747);
    4848
     
    158158
    159159<?php if ( 1 == get_option('blog_public') ) : ?>
    160160
    161 <p><label for="ping_sites"><?php _e('When you publish a new post, WordPress automatically notifies the following site update services. For more about this, see <a href="http://codex.wordpress.org/Update_Services">Update Services</a> on the Codex. Separate multiple service <abbr title="Universal Resource Locator">URL</abbr>s with line breaks.') ?></label></p>
     161<p><label for="ping_sites"><?php _e('When you publish a new post, WordPress automatically notifies the following site update services. For more about this, see <a href="https://codex.wordpress.org/Update_Services">Update Services</a> on the Codex. Separate multiple service <abbr title="Universal Resource Locator">URL</abbr>s with line breaks.') ?></label></p>
    162162
    163163<textarea name="ping_sites" id="ping_sites" class="large-text code" rows="3"><?php echo esc_textarea( get_option('ping_sites') ); ?></textarea>
    164164
    165165<?php else : ?>
    166166
    167         <p><?php printf(__('WordPress is not notifying any <a href="http://codex.wordpress.org/Update_Services">Update Services</a> because of your site&#8217;s <a href="%s">visibility settings</a>.'), 'options-reading.php'); ?></p>
     167        <p><?php printf(__('WordPress is not notifying any <a href="https://codex.wordpress.org/Update_Services">Update Services</a> because of your site&#8217;s <a href="%s">visibility settings</a>.'), 'options-reading.php'); ?></p>
    168168
    169169<?php endif; ?>
    170170<?php } // multisite ?>
  • wp-admin/options.php

     
    180180        if ( $options ) {
    181181                foreach ( $options as $option ) {
    182182                        if ( $unregistered )
    183                                 _deprecated_argument( 'options.php', '2.7', sprintf( __( 'The <code>%1$s</code> setting is unregistered. Unregistered settings are deprecated. See http://codex.wordpress.org/Settings_API' ), $option, $option_page ) );
     183                                _deprecated_argument( 'options.php', '2.7', sprintf( __( 'The <code>%1$s</code> setting is unregistered. Unregistered settings are deprecated. See https://codex.wordpress.org/Settings_API' ), $option, $option_page ) );
    184184
    185185                        $option = trim( $option );
    186186                        $value = null;
  • wp-admin/plugin-editor.php

     
    137137
    138138        get_current_screen()->set_help_sidebar(
    139139                '<p><strong>' . __('For more information:') . '</strong></p>' .
    140                 '<p>' . __('<a href="http://codex.wordpress.org/Plugins_Editor_Screen" target="_blank">Documentation on Editing Plugins</a>') . '</p>' .
    141                 '<p>' . __('<a href="http://codex.wordpress.org/Writing_a_Plugin" target="_blank">Documentation on Writing Plugins</a>') . '</p>' .
     140                '<p>' . __('<a href="https://codex.wordpress.org/Plugins_Editor_Screen" target="_blank">Documentation on Editing Plugins</a>') . '</p>' .
     141                '<p>' . __('<a href="https://codex.wordpress.org/Writing_a_Plugin" target="_blank">Documentation on Writing Plugins</a>') . '</p>' .
    142142                '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    143143        );
    144144
     
    262262        ?>
    263263        </p>
    264264<?php else : ?>
    265         <p><em><?php _e('You need to make this file writable before you can save your changes. See <a href="http://codex.wordpress.org/Changing_File_Permissions">the Codex</a> for more information.'); ?></em></p>
     265        <p><em><?php _e('You need to make this file writable before you can save your changes. See <a href="https://codex.wordpress.org/Changing_File_Permissions">the Codex</a> for more information.'); ?></em></p>
    266266<?php endif; ?>
    267267</form>
    268268<br class="clear" />
  • wp-admin/plugin-install.php

     
    8484
    8585get_current_screen()->set_help_sidebar(
    8686        '<p><strong>' . __('For more information:') . '</strong></p>' .
    87         '<p>' . __('<a href="http://codex.wordpress.org/Plugins_Add_New_Screen" target="_blank">Documentation on Installing Plugins</a>') . '</p>' .
     87        '<p>' . __('<a href="https://codex.wordpress.org/Plugins_Add_New_Screen" target="_blank">Documentation on Installing Plugins</a>') . '</p>' .
    8888        '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    8989);
    9090
  • wp-admin/plugins.php

     
    388388
    389389get_current_screen()->set_help_sidebar(
    390390        '<p><strong>' . __('For more information:') . '</strong></p>' .
    391         '<p>' . __('<a href="http://codex.wordpress.org/Managing_Plugins#Plugin_Management" target="_blank">Documentation on Managing Plugins</a>') . '</p>' .
     391        '<p>' . __('<a href="https://codex.wordpress.org/Managing_Plugins#Plugin_Management" target="_blank">Documentation on Managing Plugins</a>') . '</p>' .
    392392        '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    393393);
    394394
  • wp-admin/revision.php

     
    116116) );
    117117
    118118$revisions_sidebar  = '<p><strong>' . __( 'For more information:' ) . '</strong></p>';
    119 $revisions_sidebar .= '<p>' . __( '<a href="http://codex.wordpress.org/Revision_Management" target="_blank">Revisions Management</a>' ) . '</p>';
     119$revisions_sidebar .= '<p>' . __( '<a href="https://codex.wordpress.org/Revision_Management" target="_blank">Revisions Management</a>' ) . '</p>';
    120120$revisions_sidebar .= '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>';
    121121
    122122get_current_screen()->set_help_sidebar( $revisions_sidebar );
  • wp-admin/setup-config.php

     
    136136<p>
    137137        <?php _e( 'We&#8217;re going to use this information to create a <code>wp-config.php</code> file.' ); ?>
    138138        <strong><?php _e( "If for any reason this automatic file creation doesn&#8217;t work, don&#8217;t worry. All this does is fill in the database information to a configuration file. You may also simply open <code>wp-config-sample.php</code> in a text editor, fill in your information, and save it as <code>wp-config.php</code>." ); ?></strong>
    139         <?php _e( "Need more help? <a href='http://codex.wordpress.org/Editing_wp-config.php'>We got it</a>." ); ?>
     139        <?php _e( "Need more help? <a href='https://codex.wordpress.org/Editing_wp-config.php'>We got it</a>." ); ?>
    140140</p>
    141141<p><?php _e( "In all likelihood, these items were supplied to you by your Web Host. If you do not have this information, then you will need to contact them before you can continue. If you&#8217;re all ready&hellip;" ); ?></p>
    142142
  • wp-admin/theme-editor.php

     
    3030        <p id="newcontent-description">' . __( 'In the editing area the Tab key enters a tab character. To move below this area by pressing Tab, press the Esc key followed by the Tab key. In some cases the Esc key will need to be pressed twice before the Tab key will allow you to continue.' ) . '</p>
    3131        <p>' . __('After typing in your edits, click Update File.') . '</p>
    3232        <p>' . __('<strong>Advice:</strong> think very carefully about your site crashing if you are live-editing the theme currently in use.') . '</p>
    33         <p>' . sprintf( __('Upgrading to a newer version of the same theme will override changes made here. To avoid this, consider creating a <a href="%s" target="_blank">child theme</a> instead.'), __('http://codex.wordpress.org/Child_Themes') ) . '</p>' .
     33        <p>' . sprintf( __('Upgrading to a newer version of the same theme will override changes made here. To avoid this, consider creating a <a href="%s" target="_blank">child theme</a> instead.'), __('https://codex.wordpress.org/Child_Themes') ) . '</p>' .
    3434        ( is_network_admin() ? '<p>' . __('Any edits to files from this screen will be reflected on all sites in the network.') . '</p>' : '' )
    3535) );
    3636
    3737get_current_screen()->set_help_sidebar(
    3838        '<p><strong>' . __('For more information:') . '</strong></p>' .
    39         '<p>' . __('<a href="http://codex.wordpress.org/Theme_Development" target="_blank">Documentation on Theme Development</a>') . '</p>' .
    40         '<p>' . __('<a href="http://codex.wordpress.org/Using_Themes" target="_blank">Documentation on Using Themes</a>') . '</p>' .
    41         '<p>' . __('<a href="http://codex.wordpress.org/Editing_Files" target="_blank">Documentation on Editing Files</a>') . '</p>' .
    42         '<p>' . __('<a href="http://codex.wordpress.org/Template_Tags" target="_blank">Documentation on Template Tags</a>') . '</p>' .
     39        '<p>' . __('<a href="https://codex.wordpress.org/Theme_Development" target="_blank">Documentation on Theme Development</a>') . '</p>' .
     40        '<p>' . __('<a href="https://codex.wordpress.org/Using_Themes" target="_blank">Documentation on Using Themes</a>') . '</p>' .
     41        '<p>' . __('<a href="https://codex.wordpress.org/Editing_Files" target="_blank">Documentation on Editing Files</a>') . '</p>' .
     42        '<p>' . __('<a href="https://codex.wordpress.org/Template_Tags" target="_blank">Documentation on Template Tags</a>') . '</p>' .
    4343        '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    4444);
    4545
     
    219219        if ( is_writeable( $file ) ) :
    220220                submit_button( __( 'Update File' ), 'primary', 'submit', true );
    221221        else : ?>
    222 <p><em><?php _e('You need to make this file writable before you can save your changes. See <a href="http://codex.wordpress.org/Changing_File_Permissions">the Codex</a> for more information.'); ?></em></p>
     222<p><em><?php _e('You need to make this file writable before you can save your changes. See <a href="https://codex.wordpress.org/Changing_File_Permissions">the Codex</a> for more information.'); ?></em></p>
    223223<?php endif; ?>
    224224                </div>
    225225        </form>
  • wp-admin/theme-install.php

     
    9494
    9595get_current_screen()->set_help_sidebar(
    9696        '<p><strong>' . __('For more information:') . '</strong></p>' .
    97         '<p>' . __('<a href="http://codex.wordpress.org/Using_Themes#Adding_New_Themes" target="_blank">Documentation on Adding New Themes</a>') . '</p>' .
     97        '<p>' . __('<a href="https://codex.wordpress.org/Using_Themes#Adding_New_Themes" target="_blank">Documentation on Adding New Themes</a>') . '</p>' .
    9898        '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    9999);
    100100
  • wp-admin/themes.php

     
    8888
    8989get_current_screen()->set_help_sidebar(
    9090        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    91         '<p>' . __( '<a href="http://codex.wordpress.org/Using_Themes" target="_blank">Documentation on Using Themes</a>' ) . '</p>' .
     91        '<p>' . __( '<a href="https://codex.wordpress.org/Using_Themes" target="_blank">Documentation on Using Themes</a>' ) . '</p>' .
    9292        '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>'
    9393);
    9494
  • wp-admin/tools.php

     
    2525
    2626get_current_screen()->set_help_sidebar(
    2727        '<p><strong>' . __('For more information:') . '</strong></p>' .
    28         '<p>' . __('<a href="http://codex.wordpress.org/Tools_Screen" target="_blank">Documentation on Tools</a>') . '</p>' .
     28        '<p>' . __('<a href="https://codex.wordpress.org/Tools_Screen" target="_blank">Documentation on Tools</a>') . '</p>' .
    2929        '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    3030);
    3131
  • wp-admin/update-core.php

     
    5858                                $mysql_compat = version_compare( $mysql_version, $update->mysql_version, '>=' );
    5959
    6060                        if ( !$mysql_compat && !$php_compat )
    61                                 $message = sprintf( __('You cannot update because <a href="http://codex.wordpress.org/Version_%1$s">WordPress %1$s</a> requires PHP version %2$s or higher and MySQL version %3$s or higher. You are running PHP version %4$s and MySQL version %5$s.'), $update->current, $update->php_version, $update->mysql_version, $php_version, $mysql_version );
     61                                $message = sprintf( __('You cannot update because <a href="https://codex.wordpress.org/Version_%1$s">WordPress %1$s</a> requires PHP version %2$s or higher and MySQL version %3$s or higher. You are running PHP version %4$s and MySQL version %5$s.'), $update->current, $update->php_version, $update->mysql_version, $php_version, $mysql_version );
    6262                        elseif ( !$php_compat )
    63                                 $message = sprintf( __('You cannot update because <a href="http://codex.wordpress.org/Version_%1$s">WordPress %1$s</a> requires PHP version %2$s or higher. You are running version %3$s.'), $update->current, $update->php_version, $php_version );
     63                                $message = sprintf( __('You cannot update because <a href="https://codex.wordpress.org/Version_%1$s">WordPress %1$s</a> requires PHP version %2$s or higher. You are running version %3$s.'), $update->current, $update->php_version, $php_version );
    6464                        elseif ( !$mysql_compat )
    65                                 $message = sprintf( __('You cannot update because <a href="http://codex.wordpress.org/Version_%1$s">WordPress %1$s</a> requires MySQL version %2$s or higher. You are running version %3$s.'), $update->current, $update->mysql_version, $mysql_version );
     65                                $message = sprintf( __('You cannot update because <a href="https://codex.wordpress.org/Version_%1$s">WordPress %1$s</a> requires MySQL version %2$s or higher. You are running version %3$s.'), $update->current, $update->mysql_version, $mysql_version );
    6666                        else
    67                                 $message =      sprintf(__('You can update to <a href="http://codex.wordpress.org/Version_%1$s">WordPress %2$s</a> automatically or download the package and install it manually:'), $update->current, $version_string);
     67                                $message =      sprintf(__('You can update to <a href="https://codex.wordpress.org/Version_%1$s">WordPress %2$s</a> automatically or download the package and install it manually:'), $update->current, $version_string);
    6868                        if ( !$mysql_compat || !$php_compat )
    6969                                $show_buttons = false;
    7070                }
     
    163163                echo '</h3>';
    164164        } else {
    165165                echo '<div class="updated inline"><p>';
    166                 _e('<strong>Important:</strong> before updating, please <a href="http://codex.wordpress.org/WordPress_Backups">back up your database and files</a>. For help with updates, visit the <a href="http://codex.wordpress.org/Updating_WordPress">Updating WordPress</a> Codex page.');
     166                _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.');
    167167                echo '</p></div>';
    168168
    169169                echo '<h3 class="response">';
     
    302302?>
    303303<h3><?php _e( 'Themes' ); ?></h3>
    304304<p><?php _e( 'The following themes have new versions available. Check the ones you want to update and then click &#8220;Update Themes&#8221;.' ); ?></p>
    305 <p><?php printf( __( '<strong>Please Note:</strong> Any customizations you have made to theme files will be lost. Please consider using <a href="%s">child themes</a> for modifications.' ), __( 'http://codex.wordpress.org/Child_Themes' ) ); ?></p>
     305<p><?php printf( __( '<strong>Please Note:</strong> Any customizations you have made to theme files will be lost. Please consider using <a href="%s">child themes</a> for modifications.' ), __( 'https://codex.wordpress.org/Child_Themes' ) ); ?></p>
    306306<form method="post" action="<?php echo esc_url( $form_action ); ?>" name="upgrade-themes" class="upgrade">
    307307<?php wp_nonce_field('upgrade-core'); ?>
    308308<p><input id="upgrade-themes" class="button" type="submit" value="<?php esc_attr_e('Update Themes'); ?>" name="upgrade" /></p>
     
    498498
    499499get_current_screen()->set_help_sidebar(
    500500        '<p><strong>' . __('For more information:') . '</strong></p>' .
    501         '<p>' . __( '<a href="http://codex.wordpress.org/Dashboard_Updates_Screen" target="_blank">Documentation on Updating WordPress</a>' ) . '</p>' .
     501        '<p>' . __( '<a href="https://codex.wordpress.org/Dashboard_Updates_Screen" target="_blank">Documentation on Updating WordPress</a>' ) . '</p>' .
    502502        '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>'
    503503);
    504504
  • wp-admin/upgrade.php

     
    7171
    7272<?php elseif ( !$php_compat || !$mysql_compat ) :
    7373        if ( !$mysql_compat && !$php_compat )
    74                 printf( __('You cannot update because <a href="http://codex.wordpress.org/Version_%1$s">WordPress %1$s</a> requires PHP version %2$s or higher and MySQL version %3$s or higher. You are running PHP version %4$s and MySQL version %5$s.'), $wp_version, $required_php_version, $required_mysql_version, $php_version, $mysql_version );
     74                printf( __('You cannot update because <a href="https://codex.wordpress.org/Version_%1$s">WordPress %1$s</a> requires PHP version %2$s or higher and MySQL version %3$s or higher. You are running PHP version %4$s and MySQL version %5$s.'), $wp_version, $required_php_version, $required_mysql_version, $php_version, $mysql_version );
    7575        elseif ( !$php_compat )
    76                 printf( __('You cannot update because <a href="http://codex.wordpress.org/Version_%1$s">WordPress %1$s</a> requires PHP version %2$s or higher. You are running version %3$s.'), $wp_version, $required_php_version, $php_version );
     76                printf( __('You cannot update because <a href="https://codex.wordpress.org/Version_%1$s">WordPress %1$s</a> requires PHP version %2$s or higher. You are running version %3$s.'), $wp_version, $required_php_version, $php_version );
    7777        elseif ( !$mysql_compat )
    78                 printf( __('You cannot update because <a href="http://codex.wordpress.org/Version_%1$s">WordPress %1$s</a> requires MySQL version %2$s or higher. You are running version %3$s.'), $wp_version, $required_mysql_version, $mysql_version );
     78                printf( __('You cannot update because <a href="https://codex.wordpress.org/Version_%1$s">WordPress %1$s</a> requires MySQL version %2$s or higher. You are running version %3$s.'), $wp_version, $required_mysql_version, $mysql_version );
    7979?>
    8080<?php else :
    8181switch ( $step ) :
  • wp-admin/upload.php

     
    6161
    6262        get_current_screen()->set_help_sidebar(
    6363                '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    64                 '<p>' . __( '<a href="http://codex.wordpress.org/Media_Library_Screen" target="_blank">Documentation on Media Library</a>' ) . '</p>' .
     64                '<p>' . __( '<a href="https://codex.wordpress.org/Media_Library_Screen" target="_blank">Documentation on Media Library</a>' ) . '</p>' .
    6565                '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>'
    6666        );
    6767
     
    198198
    199199get_current_screen()->set_help_sidebar(
    200200        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    201         '<p>' . __( '<a href="http://codex.wordpress.org/Media_Library_Screen" target="_blank">Documentation on Media Library</a>' ) . '</p>' .
     201        '<p>' . __( '<a href="https://codex.wordpress.org/Media_Library_Screen" target="_blank">Documentation on Media Library</a>' ) . '</p>' .
    202202        '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>'
    203203);
    204204
  • wp-admin/user-edit.php

     
    5151
    5252get_current_screen()->set_help_sidebar(
    5353    '<p><strong>' . __('For more information:') . '</strong></p>' .
    54     '<p>' . __('<a href="http://codex.wordpress.org/Users_Your_Profile_Screen" target="_blank">Documentation on User Profiles</a>') . '</p>' .
     54    '<p>' . __('<a href="https://codex.wordpress.org/Users_Your_Profile_Screen" target="_blank">Documentation on User Profiles</a>') . '</p>' .
    5555    '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    5656);
    5757
     
    262262if ( !( IS_PROFILE_PAGE && !$user_can_edit ) ) : ?>
    263263<tr class="user-comment-shortcuts-wrap">
    264264<th scope="row"><?php _e( 'Keyboard Shortcuts' ); ?></th>
    265 <td><label for="comment_shortcuts"><input type="checkbox" name="comment_shortcuts" id="comment_shortcuts" value="true" <?php if ( ! empty( $profileuser->comment_shortcuts ) ) checked( 'true', $profileuser->comment_shortcuts ); ?> /> <?php _e('Enable keyboard shortcuts for comment moderation.'); ?></label> <?php _e('<a href="http://codex.wordpress.org/Keyboard_Shortcuts" target="_blank">More information</a>'); ?></td>
     265<td><label for="comment_shortcuts"><input type="checkbox" name="comment_shortcuts" id="comment_shortcuts" value="true" <?php if ( ! empty( $profileuser->comment_shortcuts ) ) 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>
    266266</tr>
    267267<?php endif; ?>
    268268<tr class="show-admin-bar user-admin-bar-front-wrap">
  • wp-admin/user-new.php

     
    180180
    181181get_current_screen()->set_help_sidebar(
    182182    '<p><strong>' . __('For more information:') . '</strong></p>' .
    183     '<p>' . __('<a href="http://codex.wordpress.org/Users_Add_New_Screen" target="_blank">Documentation on Adding New Users</a>') . '</p>' .
     183    '<p>' . __('<a href="https://codex.wordpress.org/Users_Add_New_Screen" target="_blank">Documentation on Adding New Users</a>') . '</p>' .
    184184    '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    185185);
    186186
  • wp-admin/users.php

     
    5858
    5959get_current_screen()->set_help_sidebar(
    6060    '<p><strong>' . __('For more information:') . '</strong></p>' .
    61     '<p>' . __('<a href="http://codex.wordpress.org/Users_Screen" target="_blank">Documentation on Managing Users</a>') . '</p>' .
    62     '<p>' . __('<a href="http://codex.wordpress.org/Roles_and_Capabilities" target="_blank">Descriptions of Roles and Capabilities</a>') . '</p>' .
     61    '<p>' . __('<a href="https://codex.wordpress.org/Users_Screen" target="_blank">Documentation on Managing Users</a>') . '</p>' .
     62    '<p>' . __('<a href="https://codex.wordpress.org/Roles_and_Capabilities" target="_blank">Descriptions of Roles and Capabilities</a>') . '</p>' .
    6363    '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    6464);
    6565
  • wp-admin/widgets.php

     
    7070
    7171get_current_screen()->set_help_sidebar(
    7272        '<p><strong>' . __('For more information:') . '</strong></p>' .
    73         '<p>' . __('<a href="http://codex.wordpress.org/Appearance_Widgets_Screen" target="_blank">Documentation on Widgets</a>') . '</p>' .
     73        '<p>' . __('<a href="https://codex.wordpress.org/Appearance_Widgets_Screen" target="_blank">Documentation on Widgets</a>') . '</p>' .
    7474        '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    7575);
    7676
    7777if ( ! current_theme_supports( 'widgets' ) ) {
    78         wp_die( __( 'The theme you are currently using isn&#8217;t widget-aware, meaning that it has no sidebars that you are able to change. For information on making your theme widget-aware, please <a href="http://codex.wordpress.org/Widgetizing_Themes">follow these instructions</a>.' ) );
     78        wp_die( __( 'The theme you are currently using isn&#8217;t widget-aware, meaning that it has no sidebars that you are able to change. For information on making your theme widget-aware, please <a href="https://codex.wordpress.org/Widgetizing_Themes">follow these instructions</a>.' ) );
    7979}
    8080
    8181// These are the widgets grouped by sidebar
  • wp-includes/admin-bar.php

     
    127127                'parent'    => 'wp-logo-external',
    128128                'id'        => 'documentation',
    129129                'title'     => __('Documentation'),
    130                 'href'      => __('http://codex.wordpress.org/'),
     130                'href'      => __('https://codex.wordpress.org/'),
    131131        ) );
    132132
    133133        // Add forums link
  • wp-includes/author-template.php

     
    44 *
    55 * These functions must be used within the WordPress Loop.
    66 *
    7  * @link http://codex.wordpress.org/Author_Templates
     7 * @link https://codex.wordpress.org/Author_Templates
    88 *
    99 * @package WordPress
    1010 * @subpackage Template
     
    4949 *
    5050 * @since 0.71
    5151 * @see get_the_author()
    52  * @link http://codex.wordpress.org/Template_Tags/the_author
     52 * @link https://codex.wordpress.org/Template_Tags/the_author
    5353 *
    5454 * @param string $deprecated Deprecated.
    5555 * @param string $deprecated_echo Deprecated. Use get_the_author(). Echo the string or return it.
     
    101101
    102102/**
    103103 * Retrieve the requested data of the author of the current post.
    104  * @link http://codex.wordpress.org/Template_Tags/the_author_meta
     104 * @link https://codex.wordpress.org/Template_Tags/the_author_meta
    105105 * @since 2.8.0
    106106 * @param string $field selects the field of the users record.
    107107 * @param int $user_id Optional. User ID.
     
    135135
    136136/**
    137137 * Retrieve the requested data of the author of the current post.
    138  * @link http://codex.wordpress.org/Template_Tags/the_author_meta
     138 * @link https://codex.wordpress.org/Template_Tags/the_author_meta
    139139 * @since 2.8.0
    140140 * @param string $field selects the field of the users record.
    141141 * @param int $user_id Optional. User ID.
     
    177177 * If the author has a home page set, echo an HTML link, otherwise just echo the
    178178 * author's name.
    179179 *
    180  * @link http://codex.wordpress.org/Template_Tags/the_author_link
     180 * @link https://codex.wordpress.org/Template_Tags/the_author_link
    181181 *
    182182 * @since 2.1.0
    183183 */
     
    203203/**
    204204 * Display the number of posts by the author of the current post.
    205205 *
    206  * @link http://codex.wordpress.org/Template_Tags/the_author_posts
     206 * @link https://codex.wordpress.org/Template_Tags/the_author_posts
    207207 * @since 0.71
    208208 */
    209209function the_author_posts() {
     
    217217 * reason for this, is that another function is used to help in printing the
    218218 * link to the author's posts.
    219219 *
    220  * @link http://codex.wordpress.org/Template_Tags/the_author_posts_link
     220 * @link https://codex.wordpress.org/Template_Tags/the_author_posts_link
    221221 * @since 1.2.0
    222222 * @param string $deprecated Deprecated.
    223223 */
     
    287287/**
    288288 * List all the authors of the blog, with several options available.
    289289 *
    290  * @link http://codex.wordpress.org/Template_Tags/wp_list_authors
     290 * @link https://codex.wordpress.org/Template_Tags/wp_list_authors
    291291 *
    292292 * @since 1.2.0
    293293 *
  • wp-includes/cache.php

     
    22/**
    33 * Object Cache API
    44 *
    5  * @link http://codex.wordpress.org/Function_Reference/WP_Cache
     5 * @link https://codex.wordpress.org/Function_Reference/WP_Cache
    66 *
    77 * @package WordPress
    88 * @subpackage Cache
  • wp-includes/category.php

     
    1414 *
    1515 * @since 2.1.0
    1616 * @see get_terms() Type of arguments that can be changed.
    17  * @link http://codex.wordpress.org/Function_Reference/get_categories
     17 * @link https://codex.wordpress.org/Function_Reference/get_categories
    1818 *
    1919 * @param string|array $args Optional. Change the defaults retrieving categories.
    2020 * @return array List of categories.
  • wp-includes/class-oembed.php

     
    33 * API for fetching the HTML to embed remote content based on a provided URL.
    44 * Used internally by the {@link WP_Embed} class, but is designed to be generic.
    55 *
    6  * @link http://codex.wordpress.org/oEmbed oEmbed Codex Article
     6 * @link https://codex.wordpress.org/oEmbed oEmbed Codex Article
    77 * @link http://oembed.com/ oEmbed Homepage
    88 *
    99 * @package WordPress
  • wp-includes/comment.php

     
    11291129 * Add meta data field to a comment.
    11301130 *
    11311131 * @since 2.9.0
    1132  * @link http://codex.wordpress.org/Function_Reference/add_comment_meta
     1132 * @link https://codex.wordpress.org/Function_Reference/add_comment_meta
    11331133 *
    11341134 * @param int $comment_id Comment ID.
    11351135 * @param string $meta_key Metadata name.
     
    11491149 * allows removing all metadata matching key, if needed.
    11501150 *
    11511151 * @since 2.9.0
    1152  * @link http://codex.wordpress.org/Function_Reference/delete_comment_meta
     1152 * @link https://codex.wordpress.org/Function_Reference/delete_comment_meta
    11531153 *
    11541154 * @param int $comment_id comment ID
    11551155 * @param string $meta_key Metadata name.
     
    11641164 * Retrieve comment meta field for a comment.
    11651165 *
    11661166 * @since 2.9.0
    1167  * @link http://codex.wordpress.org/Function_Reference/get_comment_meta
     1167 * @link https://codex.wordpress.org/Function_Reference/get_comment_meta
    11681168 *
    11691169 * @param int $comment_id Comment ID.
    11701170 * @param string $key Optional. The meta key to retrieve. By default, returns data for all keys.
     
    11851185 * If the meta field for the comment does not exist, it will be added.
    11861186 *
    11871187 * @since 2.9.0
    1188  * @link http://codex.wordpress.org/Function_Reference/update_comment_meta
     1188 * @link https://codex.wordpress.org/Function_Reference/update_comment_meta
    11891189 *
    11901190 * @param int $comment_id Comment ID.
    11911191 * @param string $meta_key Metadata key.
  • wp-includes/cron.php

     
    1313 * WordPress site, if the schedule time has passed.
    1414 *
    1515 * @since 2.1.0
    16  * @link http://codex.wordpress.org/Function_Reference/wp_schedule_single_event
     16 * @link https://codex.wordpress.org/Function_Reference/wp_schedule_single_event
    1717 *
    1818 * @param int $timestamp Timestamp for when to run the event.
    1919 * @param string $hook Action hook to execute when cron is run.
  • wp-includes/date.php

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

     
    5454 *
    5555 * @since 1.0.1
    5656 * @deprecated 1.5.0
    57  * @deprecated Use The Loop - {@link http://codex.wordpress.org/The_Loop Use new WordPress Loop}
     57 * @deprecated Use The Loop - {@link https://codex.wordpress.org/The_Loop Use new WordPress Loop}
    5858 */
    5959function start_wp() {
    6060        global $wp_query;
     
    13101310 * @since 2.0.0
    13111311 * @deprecated 4.0.0 Use get_terms() instead.
    13121312 * @see get_terms()
    1313  * @link http://codex.wordpress.org/Function_Reference/get_all_category_ids
     1313 * @link https://codex.wordpress.org/Function_Reference/get_all_category_ids
    13141314 *
    13151315 * @return object List of all of the category IDs.
    13161316 */
  • wp-includes/functions.php

     
    35563556        if ( WP_DEBUG && apply_filters( 'doing_it_wrong_trigger_error', true ) ) {
    35573557                if ( function_exists( '__' ) ) {
    35583558                        $version = is_null( $version ) ? '' : sprintf( __( '(This message was added in version %s.)' ), $version );
    3559                         $message .= ' ' . __( 'Please see <a href="http://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information.' );
     3559                        $message .= ' ' . __( 'Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information.' );
    35603560                        trigger_error( sprintf( __( '%1$s was called <strong>incorrectly</strong>. %2$s %3$s' ), $function, $message, $version ) );
    35613561                } else {
    35623562                        $version = is_null( $version ) ? '' : sprintf( '(This message was added in version %s.)', $version );
    3563                         $message .= ' Please see <a href="http://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information.';
     3563                        $message .= ' Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information.';
    35643564                        trigger_error( sprintf( '%1$s was called <strong>incorrectly</strong>. %2$s %3$s', $function, $message, $version ) );
    35653565                }
    35663566        }
     
    41834183 * If the file data is not within that first 8kiB, then the author should correct
    41844184 * their plugin file and move the data headers to the top.
    41854185 *
    4186  * @link http://codex.wordpress.org/File_Header
     4186 * @link https://codex.wordpress.org/File_Header
    41874187 *
    41884188 * @since 2.9.0
    41894189 *
  • wp-includes/ms-load.php

     
    423423                ) . '</p>';
    424424        }
    425425        $msg .= '<p><strong>' . __( 'What do I do now?' ) . '</strong> ';
    426         $msg .= __( 'Read the <a target="_blank" href="http://codex.wordpress.org/Debugging_a_WordPress_Network">bug report</a> page. Some of the guidelines there may help you figure out what went wrong.' );
     426        $msg .= __( 'Read the <a target="_blank" href="https://codex.wordpress.org/Debugging_a_WordPress_Network">bug report</a> page. Some of the guidelines there may help you figure out what went wrong.' );
    427427        $msg .= ' ' . __( 'If you&#8217;re still stuck with this message, then check that your database contains the following tables:' ) . '</p><ul>';
    428428        foreach ( $wpdb->tables('global') as $t => $table ) {
    429429                if ( 'sitecategories' == $t )
  • wp-includes/plugin.php

     
    1111 * {@link http://us2.php.net/manual/en/language.pseudo-types.php#language.types.callback 'callback'}
    1212 * type are valid.
    1313 *
    14  * Also see the {@link http://codex.wordpress.org/Plugin_API Plugin API} for
     14 * Also see the {@link https://codex.wordpress.org/Plugin_API Plugin API} for
    1515 * more information and examples on how to use a lot of these functions.
    1616 *
    1717 * @package WordPress
  • wp-includes/post.php

     
    16031603 * - singular_name - name for one object of this post type. Default is Post/Page
    16041604 * - add_new - Default is Add New for both hierarchical and non-hierarchical types.
    16051605 *             When internationalizing this string, please use a gettext context
    1606  *             {@link http://codex.wordpress.org/I18n_for_WordPress_Developers#Disambiguation_by_context}
     1606 *             {@link https://codex.wordpress.org/I18n_for_WordPress_Developers#Disambiguation_by_context}
    16071607 *             matching your post type. Example: `_x( 'Add New', 'product' );`.
    16081608 * - add_new_item - Default is Add New Post/Add New Page.
    16091609 * - edit_item - Default is Edit Post/Edit Page.
  • wp-includes/query.php

     
    55 * The query API attempts to get which part of WordPress the user is on. It
    66 * also provides functionality for getting URL query information.
    77 *
    8  * @link http://codex.wordpress.org/The_Loop More information on The Loop.
     8 * @link https://codex.wordpress.org/The_Loop More information on The Loop.
    99 *
    1010 * @package WordPress
    1111 * @subpackage Query
     
    722722function is_main_query() {
    723723        if ( 'pre_get_posts' === current_filter() ) {
    724724                $message = sprintf( __( 'In <code>%1$s</code>, use the <code>%2$s</code> method, not the <code>%3$s</code> function. See %4$s.' ),
    725                         'pre_get_posts', 'WP_Query::is_main_query()', 'is_main_query()', __( 'http://codex.wordpress.org/Function_Reference/is_main_query' ) );
     725                        'pre_get_posts', 'WP_Query::is_main_query()', 'is_main_query()', __( 'https://codex.wordpress.org/Function_Reference/is_main_query' ) );
    726726                _doing_it_wrong( __FUNCTION__, $message, '3.7' );
    727727        }
    728728
     
    830830/**
    831831 * The WordPress Query class.
    832832 *
    833  * @link http://codex.wordpress.org/Function_Reference/WP_Query Codex page.
     833 * @link https://codex.wordpress.org/Function_Reference/WP_Query Codex page.
    834834 *
    835835 * @since 1.5.0
    836836 */
  • wp-includes/shortcodes.php

     
    2323 *
    2424 *     $out = do_shortcode( $content );
    2525 *
    26  * @link http://codex.wordpress.org/Shortcode_API
     26 * @link https://codex.wordpress.org/Shortcode_API
    2727 *
    2828 * @package WordPress
    2929 * @subpackage Shortcodes
  • wp-includes/user.php

     
    12491249 * Post meta data is called "Custom Fields" on the Administration Screens.
    12501250 *
    12511251 * @since 3.0.0
    1252  * @link http://codex.wordpress.org/Function_Reference/add_user_meta
     1252 * @link https://codex.wordpress.org/Function_Reference/add_user_meta
    12531253 *
    12541254 * @param int $user_id User ID.
    12551255 * @param string $meta_key Metadata name.
     
    12691269 * allows removing all metadata matching key, if needed.
    12701270 *
    12711271 * @since 3.0.0
    1272  * @link http://codex.wordpress.org/Function_Reference/delete_user_meta
     1272 * @link https://codex.wordpress.org/Function_Reference/delete_user_meta
    12731273 *
    12741274 * @param int $user_id user ID
    12751275 * @param string $meta_key Metadata name.
     
    12841284 * Retrieve user meta field for a user.
    12851285 *
    12861286 * @since 3.0.0
    1287  * @link http://codex.wordpress.org/Function_Reference/get_user_meta
     1287 * @link https://codex.wordpress.org/Function_Reference/get_user_meta
    12881288 *
    12891289 * @param int $user_id User ID.
    12901290 * @param string $key Optional. The meta key to retrieve. By default, returns data for all keys.
     
    13051305 * If the meta field for the user does not exist, it will be added.
    13061306 *
    13071307 * @since 3.0.0
    1308  * @link http://codex.wordpress.org/Function_Reference/update_user_meta
     1308 * @link https://codex.wordpress.org/Function_Reference/update_user_meta
    13091309 *
    13101310 * @param int $user_id User ID.
    13111311 * @param string $meta_key Metadata key.
  • 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 http://codex.wordpress.org/Nginx
     13 * generate rewrite rules for it. See https://codex.wordpress.org/Nginx
    1414 *
    1515 * @package WordPress
    1616 */
  • wp-includes/widgets.php

     
    66 * This functionality was found in a plugin before WordPress 2.2 release which
    77 * included it in the core from that point on.
    88 *
    9  * @link http://codex.wordpress.org/Plugins/WordPress_Widgets WordPress Widgets
    10  * @link http://codex.wordpress.org/Plugins/WordPress_Widgets_Api Widgets API
     9 * @link https://codex.wordpress.org/Plugins/WordPress_Widgets WordPress Widgets
     10 * @link https://codex.wordpress.org/Plugins/WordPress_Widgets_Api Widgets API
    1111 *
    1212 * @package WordPress
    1313 * @subpackage Widgets
  • wp-includes/wp-db.php

     
    4343 * file to your class. The wpdb class will still be included,
    4444 * so you can extend it or simply use your own.
    4545 *
    46  * @link http://codex.wordpress.org/Function_Reference/wpdb_Class
     46 * @link https://codex.wordpress.org/Function_Reference/wpdb_Class
    4747 *
    4848 * @package WordPress
    4949 * @subpackage Database
  • wp-load.php

     
    7373
    7474        // Die with an error message
    7575        $die  = __( "There doesn't seem to be a <code>wp-config.php</code> file. I need this before we can get started." ) . '</p>';
    76         $die .= '<p>' . __( "Need more help? <a href='http://codex.wordpress.org/Editing_wp-config.php'>We got it</a>." ) . '</p>';
     76        $die .= '<p>' . __( "Need more help? <a href='https://codex.wordpress.org/Editing_wp-config.php'>We got it</a>." ) . '</p>';
    7777        $die .= '<p>' . __( "You can create a <code>wp-config.php</code> file through a web interface, but this doesn't work for all server setups. The safest way is to manually create the file." ) . '</p>';
    7878        $die .= '<p><a href="' . $path . '" class="button button-large">' . __( "Create a Configuration File" ) . '</a>';
    7979
  • wp-login.php

     
    797797        if ( empty( $_COOKIE[ LOGGED_IN_COOKIE ] ) ) {
    798798                if ( headers_sent() ) {
    799799                        $user = new WP_Error( 'test_cookie', sprintf( __( '<strong>ERROR</strong>: Cookies are blocked due to unexpected output. For help, please see <a href="%1$s">this documentation</a> or try the <a href="%2$s">support forums</a>.' ),
    800                                 __( 'http://codex.wordpress.org/Cookies' ), __( 'https://wordpress.org/support/' ) ) );
     800                                __( 'https://codex.wordpress.org/Cookies' ), __( 'https://wordpress.org/support/' ) ) );
    801801                } elseif ( isset( $_POST['testcookie'] ) && empty( $_COOKIE[ TEST_COOKIE ] ) ) {
    802802                        // If cookies are disabled we can't log in even with a valid user+pass
    803803                        $user = new WP_Error( 'test_cookie', sprintf( __( '<strong>ERROR</strong>: Cookies are blocked or not supported by your browser. You must <a href="%s">enable cookies</a> to use WordPress.' ),
    804                                 __( 'http://codex.wordpress.org/Cookies' ) ) );
     804                                __( 'https://codex.wordpress.org/Cookies' ) ) );
    805805                }
    806806        }
    807807
  • wp-settings.php

     
    367367 * AJAX requests should use wp-admin/admin-ajax.php. admin-ajax.php can handle requests for
    368368 * users not logged in.
    369369 *
    370  * @link http://codex.wordpress.org/AJAX_in_Plugins
     370 * @link https://codex.wordpress.org/AJAX_in_Plugins
    371371 *
    372372 * @since 3.0.0
    373373 */