Make WordPress Core

Ticket #27115: 27115.patch

File 27115.patch, 102.2 KB (added by bravokeyl, 10 years ago)

Codex links ..

  • readme.html

     
    4949</ol>
    5050
    5151<h1>Migrating from other systems</h1>
    52 <p>WordPress can <a href="http://codex.wordpress.org/Importing_Content">import from a number of systems</a>. First you need to get WordPress installed and working as described above, before using <a href="wp-admin/import.php" title="Import to WordPress">our import tools</a>.</p>
     52<p>WordPress can <a href="https://codex.wordpress.org/Importing_Content">import from a number of systems</a>. First you need to get WordPress installed and working as described above, before using <a href="wp-admin/import.php" title="Import to WordPress">our import tools</a>.</p>
    5353
    5454<h1>System Requirements</h1>
    5555<ul>
     
    6666<h1>Online Resources</h1>
    6767<p>If you have any questions that aren&#8217;t addressed in this document, please take advantage of WordPress&#8217; numerous online resources:</p>
    6868<dl>
    69         <dt><a href="http://codex.wordpress.org/">The WordPress Codex</a></dt>
     69        <dt><a href="https://codex.wordpress.org/">The WordPress Codex</a></dt>
    7070                <dd>The Codex is the encyclopedia of all things WordPress. It is the most comprehensive source of information for WordPress available.</dd>
    7171        <dt><a href="https://wordpress.org/news/">The WordPress Blog</a></dt>
    7272                <dd>This is where you&#8217;ll find the latest updates and news related to WordPress. Recent WordPress news appears in your administrative dashboard by default.</dd>
    73         <dt><a href="http://planet.wordpress.org/">WordPress Planet</a></dt>
     73        <dt><a href="https://planet.wordpress.org/">WordPress Planet</a></dt>
    7474                <dd>The WordPress Planet is a news aggregator that brings together posts from WordPress blogs around the web.</dd>
    7575        <dt><a href="https://wordpress.org/support/">WordPress Support Forums</a></dt>
    7676                <dd>If you&#8217;ve looked everywhere and still can&#8217;t find an answer, the support forums are very active and have a large community ready to help. To help them help you be sure to use a descriptive thread title and describe your question in as much detail as possible.</dd>
    77         <dt><a href="http://codex.wordpress.org/IRC">WordPress <abbr title="Internet Relay Chat">IRC</abbr> Channel</a></dt>
     77        <dt><a href="https://codex.wordpress.org/IRC">WordPress <abbr title="Internet Relay Chat">IRC</abbr> Channel</a></dt>
    7878                <dd>There is an online chat channel that is used for discussion among people who use WordPress and occasionally support topics. The above wiki page should point you in the right direction. (<a href="irc://irc.freenode.net/wordpress">irc.freenode.net #wordpress</a>)</dd>
    7979</dl>
    8080
     
    8181<h1>Final Notes</h1>
    8282<ul>
    8383        <li>If you have any suggestions, ideas, or comments, or if you (gasp!) found a bug, join us in the <a href="https://wordpress.org/support/">Support Forums</a>.</li>
    84         <li>WordPress has a robust plugin <abbr title="application programming interface">API</abbr> that makes extending the code easy. If you are a developer interested in utilizing this, see the <a href="http://codex.wordpress.org/Plugin_API" title="WordPress plugin API">plugin documentation in the Codex</a>. You shouldn&#8217;t modify any of the core code.</li>
     84        <li>WordPress has a robust plugin <abbr title="application programming interface">API</abbr> that makes extending the code easy. If you are a developer interested in utilizing this, see the <a href="https://codex.wordpress.org/Plugin_API" title="WordPress plugin API">plugin documentation in the Codex</a>. You shouldn&#8217;t modify any of the core code.</li>
    8585</ul>
    8686
    8787<h1>Share the Love</h1>
  • 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

     
    5555
    5656        get_current_screen()->set_help_sidebar(
    5757        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    58         '<p>' . __( '<a href="http://codex.wordpress.org/Administration_Screens#Comments" target="_blank">Documentation on Comments</a>' ) . '</p>' .
     58        '<p>' . __( '<a href="https://codex.wordpress.org/Administration_Screens#Comments" target="_blank">Documentation on Comments</a>' ) . '</p>' .
    5959        '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>'
    6060        );
    6161
  • 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

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

     
    136136
    137137                get_current_screen()->set_help_sidebar(
    138138                        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    139                         '<p>' . __( '<a href="http://codex.wordpress.org/Appearance_Header_Screen" target="_blank">Documentation on Custom Header</a>' ) . '</p>' .
     139                        '<p>' . __( '<a href="https://codex.wordpress.org/Appearance_Header_Screen" target="_blank">Documentation on Custom Header</a>' ) . '</p>' .
    140140                        '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>'
    141141                );
    142142        }
  • 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

     
    273273        get_current_screen()->set_help_sidebar(
    274274                        '<p>' . sprintf(__('You can also create posts with the <a href="%s">Press This bookmarklet</a>.'), 'options-writing.php') . '</p>' .
    275275                        '<p><strong>' . __('For more information:') . '</strong></p>' .
    276                         '<p>' . __('<a href="http://codex.wordpress.org/Posts_Add_New_Screen" target="_blank">Documentation on Writing and Editing Posts</a>') . '</p>' .
     276                        '<p>' . __('<a href="https://codex.wordpress.org/Posts_Add_New_Screen" target="_blank">Documentation on Writing and Editing Posts</a>') . '</p>' .
    277277                        '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    278278        );
    279279} elseif ( 'page' == $post_type ) {
     
    288288
    289289        get_current_screen()->set_help_sidebar(
    290290                        '<p><strong>' . __('For more information:') . '</strong></p>' .
    291                         '<p>' . __('<a href="http://codex.wordpress.org/Pages_Add_New_Screen" target="_blank">Documentation on Adding New Pages</a>') . '</p>' .
    292                         '<p>' . __('<a href="http://codex.wordpress.org/Pages_Screen#Editing_Individual_Pages" target="_blank">Documentation on Editing Pages</a>') . '</p>' .
     291                        '<p>' . __('<a href="https://codex.wordpress.org/Pages_Add_New_Screen" target="_blank">Documentation on Adding New Pages</a>') . '</p>' .
     292                        '<p>' . __('<a href="https://codex.wordpress.org/Pages_Screen#Editing_Individual_Pages" target="_blank">Documentation on Editing Pages</a>') . '</p>' .
    293293                        '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    294294        );
    295295} elseif ( 'attachment' == $post_type ) {
     
    305305
    306306        get_current_screen()->set_help_sidebar(
    307307        '<p><strong>' . __('For more information:') . '</strong></p>' .
    308         '<p>' . __('<a href="http://codex.wordpress.org/Media_Add_New_Screen#Edit_Media" target="_blank">Documentation on Edit Media</a>') . '</p>' .
     308        '<p>' . __('<a href="https://codex.wordpress.org/Media_Add_New_Screen#Edit_Media" target="_blank">Documentation on Edit Media</a>') . '</p>' .
    309309        '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    310310        );
    311311}
     
    312312
    313313if ( 'post' == $post_type || 'page' == $post_type ) {
    314314        $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>';
    315         $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>';
     315        $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>';
    316316
    317317        get_current_screen()->add_help_tab( array(
    318318                'id'            => 'inserting-media',
     
    326326        $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>';
    327327
    328328        if ( current_theme_supports( 'post-formats' ) && post_type_supports( 'post', 'post-formats' ) ) {
    329                 $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>';
     329                $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>';
    330330        }
    331331
    332332        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

     
    234234        $help = '<p><strong>' . __( 'For more information:' ) . '</strong></p>';
    235235
    236236        if ( 'category' == $taxonomy )
    237                 $help .= '<p>' . __( '<a href="http://codex.wordpress.org/Posts_Categories_Screen" target="_blank">Documentation on Categories</a>' ) . '</p>';
     237                $help .= '<p>' . __( '<a href="https://codex.wordpress.org/Posts_Categories_Screen" target="_blank">Documentation on Categories</a>' ) . '</p>';
    238238        elseif ( 'link_category' == $taxonomy )
    239                 $help .= '<p>' . __( '<a href="http://codex.wordpress.org/Links_Link_Categories_Screen" target="_blank">Documentation on Link Categories</a>' ) . '</p>';
     239                $help .= '<p>' . __( '<a href="https://codex.wordpress.org/Links_Link_Categories_Screen" target="_blank">Documentation on Link Categories</a>' ) . '</p>';
    240240        else
    241                 $help .= '<p>' . __( '<a href="http://codex.wordpress.org/Posts_Tags_Screen" target="_blank">Documentation on Tags</a>' ) . '</p>';
     241                $help .= '<p>' . __( '<a href="https://codex.wordpress.org/Posts_Tags_Screen" target="_blank">Documentation on Tags</a>' ) . '</p>';
    242242
    243243        $help .= '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>';
    244244
  • wp-admin/edit.php

     
    196196
    197197        get_current_screen()->set_help_sidebar(
    198198        '<p><strong>' . __('For more information:') . '</strong></p>' .
    199         '<p>' . __('<a href="http://codex.wordpress.org/Posts_Screen" target="_blank">Documentation on Managing Posts</a>') . '</p>' .
     199        '<p>' . __('<a href="https://codex.wordpress.org/Posts_Screen" target="_blank">Documentation on Managing Posts</a>') . '</p>' .
    200200        '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    201201        );
    202202
     
    217217
    218218        get_current_screen()->set_help_sidebar(
    219219        '<p><strong>' . __('For more information:') . '</strong></p>' .
    220         '<p>' . __('<a href="http://codex.wordpress.org/Pages_Screen" target="_blank">Documentation on Managing Pages</a>') . '</p>' .
     220        '<p>' . __('<a href="https://codex.wordpress.org/Pages_Screen" target="_blank">Documentation on Managing Pages</a>') . '</p>' .
    221221        '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    222222        );
    223223}
  • wp-admin/export.php

     
    5252
    5353get_current_screen()->set_help_sidebar(
    5454        '<p><strong>' . __('For more information:') . '</strong></p>' .
    55         '<p>' . __('<a href="http://codex.wordpress.org/Tools_Export_Screen" target="_blank">Documentation on Export</a>') . '</p>' .
     55        '<p>' . __('<a href="https://codex.wordpress.org/Tools_Export_Screen" target="_blank">Documentation on Export</a>') . '</p>' .
    5656        '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    5757);
    5858
  • 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-posts-list-table.php

     
    12891289                </tbody></table></form>
    12901290<?php
    12911291        }
    1292 }
     1292}
     1293 No newline at end of file
  • wp-admin/includes/class-wp-themes-list-table.php

     
    198198                                <p><?php echo $theme->display('Description'); ?></p>
    199199                                <?php if ( $theme->parent() ) {
    200200                                        printf( ' <p class="howto">' . __( 'This <a href="%1$s">child theme</a> requires its parent theme, %2$s.' ) . '</p>',
    201                                                 __( 'http://codex.wordpress.org/Child_Themes' ),
     201                                                __( 'https://codex.wordpress.org/Child_Themes' ),
    202202                                                $theme->parent()->display( 'Name' ) );
    203203                                } ?>
    204204                        </div>
  • wp-admin/includes/dashboard.php

     
    11761176                <?php if ( current_user_can( 'manage_options' ) ) : ?>
    11771177                        <li><?php printf( '<a href="%s" class="welcome-icon welcome-comments">' . __( 'Turn comments on or off' ) . '</a>', admin_url( 'options-discussion.php' ) ); ?></li>
    11781178                <?php endif; ?>
    1179                         <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>
     1179                        <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>
    11801180                </ul>
    11811181        </div>
    11821182        </div>
  • wp-admin/includes/file.php

     
    11091109</form>
    11101110<?php
    11111111        return false;
    1112 }
     1112}
     1113 No newline at end of file
  • wp-admin/includes/meta-boxes.php

     
    487487function post_excerpt_meta_box($post) {
    488488?>
    489489<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>
    490 <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>
     490<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>
    491491<?php
    492492}
    493493
     
    511511
    512512?>
    513513<p><label for="trackback_url"><?php _e('Send trackbacks to:'); ?></label> <?php echo $form_trackback; ?><br /> (<?php _e('Separate multiple URLs with spaces'); ?>)</p>
    514 <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>
     514<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>
    515515<?php
    516516if ( ! empty($pings) )
    517517        echo $pings;
     
    537537list_meta( $metadata );
    538538meta_form( $post ); ?>
    539539</div>
    540 <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>
     540<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>
    541541<?php
    542542}
    543543
     
    553553<input name="advanced_view" type="hidden" value="1" />
    554554<p class="meta-options">
    555555        <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 />
    556         <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>
     556        <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>
    557557        <?php
    558558        /**
    559559         * Fires at the end of the Discussion meta box on the post editing screen.
  • wp-admin/includes/update.php

     
    210210                return false;
    211211
    212212        if ( current_user_can('update_core') ) {
    213                 $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' ) );
     213                $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' ) );
    214214        } else {
    215                 $msg = sprintf( __('<a href="http://codex.wordpress.org/Version_%1$s">WordPress %1$s</a> is available! Please notify the site administrator.'), $cur->current );
     215                $msg = sprintf( __('<a href="https://codex.wordpress.org/Version_%1$s">WordPress %1$s</a> is available! Please notify the site administrator.'), $cur->current );
    216216        }
    217217        echo "<div class='update-nag'>$msg</div>";
    218218}
  • wp-admin/index.php

     
    6969if ( is_blog_admin() && current_user_can( 'edit_posts' ) )
    7070        $help .= '<p>' . __( "<strong>Quick Draft</strong> - Allows you to create a new post and save it as a draft. Also displays links to the 5 most recent draft posts you've started." ) . '</p>';
    7171if ( ! is_multisite() && current_user_can( 'install_plugins' ) )
    72         $help .= '<p>' . __( '<strong>WordPress News</strong> - Latest news from the official WordPress project, the <a href="http://planet.wordpress.org/">WordPress Planet</a>, and popular and recent plugins.' ) . '</p>';
     72        $help .= '<p>' . __( '<strong>WordPress News</strong> - Latest news from the official WordPress project, the <a href="https://planet.wordpress.org/">WordPress Planet</a>, and popular and recent plugins.' ) . '</p>';
    7373else
    74         $help .= '<p>' . __( '<strong>WordPress News</strong> - Latest news from the official WordPress project, the <a href="http://planet.wordpress.org/">WordPress Planet</a>.' ) . '</p>';
     74        $help .= '<p>' . __( '<strong>WordPress News</strong> - Latest news from the official WordPress project, the <a href="https://planet.wordpress.org/">WordPress Planet</a>.' ) . '</p>';
    7575if ( current_user_can( 'edit_theme_options' ) )
    7676        $help .= '<p>' . __( '<strong>Welcome</strong> - Shows links for some of the most common tasks when setting up a new site.' ) . '</p>';
    7777
     
    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

     
    150150$mysql_compat   = version_compare( $mysql_version, $required_mysql_version, '>=' ) || file_exists( WP_CONTENT_DIR . '/db.php' );
    151151
    152152if ( !$mysql_compat && !$php_compat )
    153         $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 );
     153        $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 );
    154154elseif ( !$php_compat )
    155         $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 );
     155        $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 );
    156156elseif ( !$mysql_compat )
    157         $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 );
     157        $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 );
    158158
    159159if ( !$mysql_compat || !$php_compat ) {
    160160        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

     
    525525
    526526get_current_screen()->set_help_sidebar(
    527527        '<p><strong>' . __('For more information:') . '</strong></p>' .
    528         '<p>' . __('<a href="http://codex.wordpress.org/Appearance_Menus_Screen" target="_blank">Documentation on Menus</a>') . '</p>' .
     528        '<p>' . __('<a href="https://codex.wordpress.org/Appearance_Menus_Screen" target="_blank">Documentation on Menus</a>') . '</p>' .
    529529        '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    530530);
    531531
  • wp-admin/network.php

     
    117117        '<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>' .
    118118        '<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>' .
    119119        '<p><strong>' . __('For more information:') . '</strong></p>' .
    120         '<p>' . __('<a href="http://codex.wordpress.org/Create_A_Network" target="_blank">Documentation on Creating a Network</a>') . '</p>' .
    121         '<p>' . __('<a href="http://codex.wordpress.org/Tools_Network_Screen" target="_blank">Documentation on the Network Screen</a>') . '</p>';
     120        '<p>' . __('<a href="https://codex.wordpress.org/Create_A_Network" target="_blank">Documentation on Creating a Network</a>') . '</p>' .
     121        '<p>' . __('<a href="https://codex.wordpress.org/Tools_Network_Screen" target="_blank">Documentation on the Network Screen</a>') . '</p>';
    122122
    123123get_current_screen()->add_help_tab( array(
    124124        'id'      => 'network',
     
    128128
    129129get_current_screen()->set_help_sidebar(
    130130        '<p><strong>' . __('For more information:') . '</strong></p>' .
    131         '<p>' . __('<a href="http://codex.wordpress.org/Create_A_Network" target="_blank">Documentation on Creating a Network</a>') . '</p>' .
    132         '<p>' . __('<a href="http://codex.wordpress.org/Tools_Network_Screen" target="_blank">Documentation on the Network Screen</a>') . '</p>' .
     131        '<p>' . __('<a href="https://codex.wordpress.org/Create_A_Network" target="_blank">Documentation on Creating a Network</a>') . '</p>' .
     132        '<p>' . __('<a href="https://codex.wordpress.org/Tools_Network_Screen" target="_blank">Documentation on the Network Screen</a>') . '</p>' .
    133133        '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    134134);
    135135
  • 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

     
    3434
    3535get_current_screen()->set_help_sidebar(
    3636        '<p><strong>' . __('For more information:') . '</strong></p>' .
    37         '<p>' . __('<a href="http://codex.wordpress.org/Network_Admin_Settings_Screen" target="_blank">Documentation on Network Settings</a>') . '</p>' .
     37        '<p>' . __('<a href="https://codex.wordpress.org/Network_Admin_Settings_Screen" target="_blank">Documentation on Network Settings</a>') . '</p>' .
    3838        '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    3939);
    4040
  • 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

     
    211211
    212212get_current_screen()->set_help_sidebar(
    213213        '<p><strong>' . __('For more information:') . '</strong></p>' .
    214         '<p>' . __('<a href="http://codex.wordpress.org/Network_Admin_Themes_Screen" target="_blank">Documentation on Network Themes</a>') . '</p>' .
     214        '<p>' . __('<a href="https://codex.wordpress.org/Network_Admin_Themes_Screen" target="_blank">Documentation on Network Themes</a>') . '</p>' .
    215215        '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    216216);
    217217
  • 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

     
    240240
    241241get_current_screen()->set_help_sidebar(
    242242        '<p><strong>' . __('For more information:') . '</strong></p>' .
    243         '<p>' . __('<a href="http://codex.wordpress.org/Network_Admin_Users_Screen" target="_blank">Documentation on Network Users</a>') . '</p>' .
     243        '<p>' . __('<a href="https://codex.wordpress.org/Network_Admin_Users_Screen" target="_blank">Documentation on Network Users</a>') . '</p>' .
    244244        '<p>' . __('<a href="https://wordpress.org/support/forum/multisite/" target="_blank">Support Forums</a>') . '</p>'
    245245);
    246246
  • wp-admin/options-discussion.php

     
    2323
    2424get_current_screen()->set_help_sidebar(
    2525        '<p><strong>' . __('For more information:') . '</strong></p>' .
    26         '<p>' . __('<a href="http://codex.wordpress.org/Settings_Discussion_Screen" target="_blank">Documentation on Discussion Settings</a>') . '</p>' .
     26        '<p>' . __('<a href="https://codex.wordpress.org/Settings_Discussion_Screen" target="_blank">Documentation on Discussion Settings</a>') . '</p>' .
    2727        '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    2828);
    2929
  • wp-admin/options-general.php

     
    7676
    7777get_current_screen()->set_help_sidebar(
    7878        '<p><strong>' . __('For more information:') . '</strong></p>' .
    79         '<p>' . __('<a href="http://codex.wordpress.org/Settings_General_Screen" target="_blank">Documentation on General Settings</a>') . '</p>' .
     79        '<p>' . __('<a href="https://codex.wordpress.org/Settings_General_Screen" target="_blank">Documentation on General Settings</a>') . '</p>' .
    8080        '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    8181);
    8282
     
    107107<tr>
    108108<th scope="row"><label for="home"><?php _e('Site Address (URL)') ?></label></th>
    109109<td><input name="home" type="text" id="home" value="<?php form_option('home'); ?>"<?php disabled( defined( 'WP_HOME' ) ); ?> class="regular-text code<?php if ( defined( 'WP_HOME' ) ) echo ' disabled' ?>" />
    110 <p class="description"><?php _e('Enter the address here if you want your site homepage <a href="http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory">to be different from the directory</a> you installed WordPress.'); ?></p></td>
     110<p class="description"><?php _e('Enter the address here if you want your site homepage <a href="https://codex.wordpress.org/Giving_WordPress_Its_Own_Directory">to be different from the directory</a> you installed WordPress.'); ?></p></td>
    111111</tr>
    112112<tr>
    113113<th scope="row"><label for="admin_email"><?php _e('E-mail Address') ?> </label></th>
     
    252252        checked( $custom );
    253253        echo '/> ' . __('Custom:') . ' </label><input type="text" name="date_format_custom" value="' . esc_attr( get_option('date_format') ) . '" class="small-text" /> <span class="example"> ' . date_i18n( get_option('date_format') ) . "</span> <span class='spinner'></span>\n";
    254254
    255         echo "\t<p>" . __('<a href="http://codex.wordpress.org/Formatting_Date_and_Time">Documentation on date and time formatting</a>.') . "</p>\n";
     255        echo "\t<p>" . __('<a href="https://codex.wordpress.org/Formatting_Date_and_Time">Documentation on date and time formatting</a>.') . "</p>\n";
    256256?>
    257257        </fieldset>
    258258</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
     
    181181<form name="form" action="options-permalink.php" method="post">
    182182<?php wp_nonce_field('update-permalink') ?>
    183183
    184   <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>
     184  <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>
    185185
    186186<?php
    187187if ( is_multisite() && !is_subdomain_install() && is_main_site() ) {
     
    263263<?php if ( $iis7_permalinks ) :
    264264        if ( isset($_POST['submit']) && $permalink_structure && ! $usingpi && ! $writable ) :
    265265                if ( file_exists($home_path . 'web.config') ) : ?>
    266 <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>
     266<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>
    267267<form action="options-permalink.php" method="post">
    268268<?php wp_nonce_field('update-permalink') ?>
    269269        <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>
     
    270270</form>
    271271<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>
    272272                <?php else : ?>
    273 <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>
     273<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>
    274274<form action="options-permalink.php" method="post">
    275275<?php wp_nonce_field('update-permalink') ?>
    276276        <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>
     
    280280        <?php endif; ?>
    281281<?php elseif ( ! $is_nginx ) :
    282282        if ( $permalink_structure && ! $usingpi && ! $writable && $update_required ) : ?>
    283 <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>
     283<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>
    284284<form action="options-permalink.php" method="post">
    285285<?php wp_nonce_field('update-permalink') ?>
    286286        <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

     
    4747 */
    4848function options_reading_blog_charset() {
    4949        echo '<input name="blog_charset" type="text" id="blog_charset" value="' . esc_attr( get_option( 'blog_charset' ) ) . '" class="regular-text" />';
    50         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>';
     50        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>';
    5151}
    5252
    5353get_current_screen()->add_help_tab( array(
     
    6868
    6969get_current_screen()->set_help_sidebar(
    7070        '<p><strong>' . __('For more information:') . '</strong></p>' .
    71         '<p>' . __('<a href="http://codex.wordpress.org/Settings_Reading_Screen" target="_blank">Documentation on Reading Settings</a>') . '</p>' .
     71        '<p>' . __('<a href="https://codex.wordpress.org/Settings_Reading_Screen" target="_blank">Documentation on Reading Settings</a>') . '</p>' .
    7272        '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    7373);
    7474
  • wp-admin/options-writing.php

     
    5454
    5555get_current_screen()->set_help_sidebar(
    5656        '<p><strong>' . __('For more information:') . '</strong></p>' .
    57         '<p>' . __('<a href="http://codex.wordpress.org/Settings_Writing_Screen" target="_blank">Documentation on Writing Settings</a>') . '</p>' .
     57        '<p>' . __('<a href="https://codex.wordpress.org/Settings_Writing_Screen" target="_blank">Documentation on Writing Settings</a>') . '</p>' .
    5858        '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    5959);
    6060
     
    174174
    175175<?php if ( 1 == get_option('blog_public') ) : ?>
    176176
    177 <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>
     177<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>
    178178
    179179<textarea name="ping_sites" id="ping_sites" class="large-text code" rows="3"><?php echo esc_textarea( get_option('ping_sites') ); ?></textarea>
    180180
    181181<?php else : ?>
    182182
    183         <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>
     183        <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>
    184184
    185185<?php endif; ?>
    186186<?php } // multisite ?>
  • wp-admin/options.php

     
    167167        if ( $options ) {
    168168                foreach ( $options as $option ) {
    169169                        if ( $unregistered )
    170                                 _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 ) );
     170                                _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 ) );
    171171
    172172                        $option = trim( $option );
    173173                        $value = null;
  • wp-admin/plugin-editor.php

     
    139139
    140140        get_current_screen()->set_help_sidebar(
    141141                '<p><strong>' . __('For more information:') . '</strong></p>' .
    142                 '<p>' . __('<a href="http://codex.wordpress.org/Plugins_Editor_Screen" target="_blank">Documentation on Editing Plugins</a>') . '</p>' .
    143                 '<p>' . __('<a href="http://codex.wordpress.org/Writing_a_Plugin" target="_blank">Documentation on Writing Plugins</a>') . '</p>' .
     142                '<p>' . __('<a href="https://codex.wordpress.org/Plugins_Editor_Screen" target="_blank">Documentation on Editing Plugins</a>') . '</p>' .
     143                '<p>' . __('<a href="https://codex.wordpress.org/Writing_a_Plugin" target="_blank">Documentation on Writing Plugins</a>') . '</p>' .
    144144                '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    145145        );
    146146
     
    264264        ?>
    265265        </p>
    266266<?php else : ?>
    267         <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>
     267        <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>
    268268<?php endif; ?>
    269269</form>
    270270<br class="clear" />
  • wp-admin/plugin-install.php

     
    6363
    6464get_current_screen()->set_help_sidebar(
    6565        '<p><strong>' . __('For more information:') . '</strong></p>' .
    66         '<p>' . __('<a href="http://codex.wordpress.org/Plugins_Add_New_Screen" target="_blank">Documentation on Installing Plugins</a>') . '</p>' .
     66        '<p>' . __('<a href="https://codex.wordpress.org/Plugins_Add_New_Screen" target="_blank">Documentation on Installing Plugins</a>') . '</p>' .
    6767        '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    6868);
    6969
  • wp-admin/plugins.php

     
    356356
    357357get_current_screen()->set_help_sidebar(
    358358        '<p><strong>' . __('For more information:') . '</strong></p>' .
    359         '<p>' . __('<a href="http://codex.wordpress.org/Managing_Plugins#Plugin_Management" target="_blank">Documentation on Managing Plugins</a>') . '</p>' .
     359        '<p>' . __('<a href="https://codex.wordpress.org/Managing_Plugins#Plugin_Management" target="_blank">Documentation on Managing Plugins</a>') . '</p>' .
    360360        '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    361361);
    362362
  • 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/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.') . '</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
     
    221221        if ( is_writeable( $file ) ) :
    222222                submit_button( __( 'Update File' ), 'primary', 'submit', true );
    223223        else : ?>
    224 <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>
     224<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>
    225225<?php endif; ?>
    226226                </div>
    227227        </form>
     
    242242break;
    243243}
    244244
    245 include(ABSPATH . 'wp-admin/admin-footer.php' );
     245include(ABSPATH . 'wp-admin/admin-footer.php' );
     246 No newline at end of file
  • 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

     
    8282
    8383get_current_screen()->set_help_sidebar(
    8484        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    85         '<p>' . __( '<a href="http://codex.wordpress.org/Using_Themes" target="_blank">Documentation on Using Themes</a>' ) . '</p>' .
     85        '<p>' . __( '<a href="https://codex.wordpress.org/Using_Themes" target="_blank">Documentation on Using Themes</a>' ) . '</p>' .
    8686        '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>'
    8787);
    8888
  • 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">';
     
    295295?>
    296296<h3><?php _e( 'Themes' ); ?></h3>
    297297<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>
    298 <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>
     298<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>
    299299<form method="post" action="<?php echo esc_url( $form_action ); ?>" name="upgrade-themes" class="upgrade">
    300300<?php wp_nonce_field('upgrade-core'); ?>
    301301<p><input id="upgrade-themes" class="button" type="submit" value="<?php esc_attr_e('Update Themes'); ?>" name="upgrade" /></p>
     
    484484
    485485get_current_screen()->set_help_sidebar(
    486486        '<p><strong>' . __('For more information:') . '</strong></p>' .
    487         '<p>' . __( '<a href="http://codex.wordpress.org/Dashboard_Updates_Screen" target="_blank">Documentation on Updating WordPress</a>' ) . '</p>' .
     487        '<p>' . __( '<a href="https://codex.wordpress.org/Dashboard_Updates_Screen" target="_blank">Documentation on Updating WordPress</a>' ) . '</p>' .
    488488        '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>'
    489489);
    490490
  • wp-admin/upgrade.php

     
    6969
    7070<?php elseif ( !$php_compat || !$mysql_compat ) :
    7171        if ( !$mysql_compat && !$php_compat )
    72                 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 );
     72                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 );
    7373        elseif ( !$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. You are running version %3$s.'), $wp_version, $required_php_version, $php_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. You are running version %3$s.'), $wp_version, $required_php_version, $php_version );
    7575        elseif ( !$mysql_compat )
    76                 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 );
     76                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 );
    7777?>
    7878<?php else :
    7979switch ( $step ) :
  • wp-admin/upload.php

     
    167167
    168168get_current_screen()->set_help_sidebar(
    169169        '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    170         '<p>' . __( '<a href="http://codex.wordpress.org/Media_Library_Screen" target="_blank">Documentation on Media Library</a>' ) . '</p>' .
     170        '<p>' . __( '<a href="https://codex.wordpress.org/Media_Library_Screen" target="_blank">Documentation on Media Library</a>' ) . '</p>' .
    171171        '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>'
    172172);
    173173
  • wp-admin/user-edit.php

     
    5050
    5151get_current_screen()->set_help_sidebar(
    5252    '<p><strong>' . __('For more information:') . '</strong></p>' .
    53     '<p>' . __('<a href="http://codex.wordpress.org/Users_Your_Profile_Screen" target="_blank">Documentation on User Profiles</a>') . '</p>' .
     53    '<p>' . __('<a href="https://codex.wordpress.org/Users_Your_Profile_Screen" target="_blank">Documentation on User Profiles</a>') . '</p>' .
    5454    '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    5555);
    5656
     
    267267if ( !( IS_PROFILE_PAGE && !$user_can_edit ) ) : ?>
    268268<tr>
    269269<th scope="row"><?php _e( 'Keyboard Shortcuts' ); ?></th>
    270 <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>
     270<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>
    271271</tr>
    272272<?php endif; ?>
    273273<tr class="show-admin-bar">
  • wp-admin/user-new.php

     
    181181
    182182get_current_screen()->set_help_sidebar(
    183183    '<p><strong>' . __('For more information:') . '</strong></p>' .
    184     '<p>' . __('<a href="http://codex.wordpress.org/Users_Add_New_Screen" target="_blank">Documentation on Adding New Users</a>') . '</p>' .
     184    '<p>' . __('<a href="https://codex.wordpress.org/Users_Add_New_Screen" target="_blank">Documentation on Adding New Users</a>') . '</p>' .
    185185    '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    186186);
    187187
  • 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

     
    6969
    7070get_current_screen()->set_help_sidebar(
    7171        '<p><strong>' . __('For more information:') . '</strong></p>' .
    72         '<p>' . __('<a href="http://codex.wordpress.org/Appearance_Widgets_Screen" target="_blank">Documentation on Widgets</a>') . '</p>' .
     72        '<p>' . __('<a href="https://codex.wordpress.org/Appearance_Widgets_Screen" target="_blank">Documentation on Widgets</a>') . '</p>' .
    7373        '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    7474);
    7575
    7676if ( ! current_theme_supports( 'widgets' ) ) {
    77         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>.' ) );
     77        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>.' ) );
    7878}
    7979
    8080// These are the widgets grouped by sidebar
  • wp-config-sample.php

     
    44 *
    55 * This file has the following configurations: MySQL settings, Table Prefix,
    66 * Secret Keys, WordPress Language, and ABSPATH. You can find more information
    7  * by visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing
     7 * by visiting {@link https://codex.wordpress.org/Editing_wp-config.php Editing
    88 * wp-config.php} Codex page. You can get the MySQL settings from your web host.
    99 *
    1010 * This file is used by the wp-config.php creation script during the
  • wp-includes/admin-bar.php

     
    135135                'parent'    => 'wp-logo-external',
    136136                'id'        => 'documentation',
    137137                'title'     => __('Documentation'),
    138                 'href'      => __('http://codex.wordpress.org/'),
     138                'href'      => __('https://codex.wordpress.org/'),
    139139        ) );
    140140
    141141        // 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
     
    5050 *
    5151 * @since 0.71
    5252 * @see get_the_author()
    53  * @link http://codex.wordpress.org/Template_Tags/the_author
     53 * @link https://codex.wordpress.org/Template_Tags/the_author
    5454 *
    5555 * @param string $deprecated Deprecated.
    5656 * @param string $deprecated_echo Deprecated. Use get_the_author(). Echo the string or return it.
     
    106106
    107107/**
    108108 * Retrieve the requested data of the author of the current post.
    109  * @link http://codex.wordpress.org/Template_Tags/the_author_meta
     109 * @link https://codex.wordpress.org/Template_Tags/the_author_meta
    110110 * @since 2.8.0
    111111 * @uses $authordata The current author's DB object (if $user_id not specified).
    112112 * @param string $field selects the field of the users record.
     
    141141
    142142/**
    143143 * Retrieve the requested data of the author of the current post.
    144  * @link http://codex.wordpress.org/Template_Tags/the_author_meta
     144 * @link https://codex.wordpress.org/Template_Tags/the_author_meta
    145145 * @since 2.8.0
    146146 * @param string $field selects the field of the users record.
    147147 * @param int $user_id Optional. User ID.
     
    186186 * If the author has a home page set, echo an HTML link, otherwise just echo the
    187187 * author's name.
    188188 *
    189  * @link http://codex.wordpress.org/Template_Tags/the_author_link
     189 * @link https://codex.wordpress.org/Template_Tags/the_author_link
    190190 *
    191191 * @since 2.1.0
    192192 *
     
    212212/**
    213213 * Display the number of posts by the author of the current post.
    214214 *
    215  * @link http://codex.wordpress.org/Template_Tags/the_author_posts
     215 * @link https://codex.wordpress.org/Template_Tags/the_author_posts
    216216 * @since 0.71
    217217 * @uses get_the_author_posts() Echoes returned value from function.
    218218 */
     
    227227 * reason for this, is that another function is used to help in printing the
    228228 * link to the author's posts.
    229229 *
    230  * @link http://codex.wordpress.org/Template_Tags/the_author_posts_link
     230 * @link https://codex.wordpress.org/Template_Tags/the_author_posts_link
    231231 * @since 1.2.0
    232232 * @uses $authordata The current author's DB object.
    233233 * @uses get_author_posts_url()
     
    320320 * <li>include (array): Array of user IDs to explicitly include.</li>
    321321 * </ul>
    322322 *
    323  * @link http://codex.wordpress.org/Template_Tags/wp_list_authors
     323 * @link https://codex.wordpress.org/Template_Tags/wp_list_authors
    324324 * @since 1.2.0
    325325 * @param array $args The argument array.
    326326 * @return null|string The output, if echo is set to false.
  • wp-includes/bookmark-template.php

     
    185185 *              and passed to _walk_bookmarks().
    186186 * @see get_bookmarks() For other arguments that can be set in this function and
    187187 *              passed to get_bookmarks().
    188  * @link http://codex.wordpress.org/Template_Tags/wp_list_bookmarks
     188 * @link https://codex.wordpress.org/Template_Tags/wp_list_bookmarks
    189189 *
    190190 * @since 2.1.0
    191191 * @uses _walk_bookmarks() Used to iterate over all of the bookmarks and return
  • wp-includes/bookmark.php

     
    113113 *
    114114 * @since 2.1.0
    115115 * @uses $wpdb Database Object
    116  * @link http://codex.wordpress.org/Template_Tags/get_bookmarks
     116 * @link https://codex.wordpress.org/Template_Tags/get_bookmarks
    117117 *
    118118 * @param string|array $args List of arguments to overwrite the defaults
    119119 * @return array List of bookmark row objects
  • 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

     
    99 * Retrieves all category IDs.
    1010 *
    1111 * @since 2.0.0
    12  * @link http://codex.wordpress.org/Function_Reference/get_all_category_ids
     12 * @link https://codex.wordpress.org/Function_Reference/get_all_category_ids
    1313 *
    1414 * @return object List of all of the category IDs.
    1515 */
     
    3131 *
    3232 * @since 2.1.0
    3333 * @see get_terms() Type of arguments that can be changed.
    34  * @link http://codex.wordpress.org/Function_Reference/get_categories
     34 * @link https://codex.wordpress.org/Function_Reference/get_categories
    3535 *
    3636 * @param string|array $args Optional. Change the defaults retrieving categories.
    3737 * @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

     
    586586 *
    587587 * @since 2.9.0
    588588 * @uses add_metadata
    589  * @link http://codex.wordpress.org/Function_Reference/add_comment_meta
     589 * @link https://codex.wordpress.org/Function_Reference/add_comment_meta
    590590 *
    591591 * @param int $comment_id Comment ID.
    592592 * @param string $meta_key Metadata name.
     
    607607 *
    608608 * @since 2.9.0
    609609 * @uses delete_metadata
    610  * @link http://codex.wordpress.org/Function_Reference/delete_comment_meta
     610 * @link https://codex.wordpress.org/Function_Reference/delete_comment_meta
    611611 *
    612612 * @param int $comment_id comment ID
    613613 * @param string $meta_key Metadata name.
     
    623623 *
    624624 * @since 2.9.0
    625625 * @uses get_metadata
    626  * @link http://codex.wordpress.org/Function_Reference/get_comment_meta
     626 * @link https://codex.wordpress.org/Function_Reference/get_comment_meta
    627627 *
    628628 * @param int $comment_id Comment ID.
    629629 * @param string $key Optional. The meta key to retrieve. By default, returns data for all keys.
     
    645645 *
    646646 * @since 2.9.0
    647647 * @uses update_metadata
    648  * @link http://codex.wordpress.org/Function_Reference/update_comment_meta
     648 * @link https://codex.wordpress.org/Function_Reference/update_comment_meta
    649649 *
    650650 * @param int $comment_id Comment ID.
    651651 * @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

     
    44 *
    55 * Initialize the class by passing an array of arrays of parameters.
    66 *
    7  * @link http://codex.wordpress.org/Function_Reference/WP_Query Codex page.
     7 * @link https://codex.wordpress.org/Function_Reference/WP_Query Codex page.
    88 *
    99 * @since 3.7.0
    1010 */
  • 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;
  • wp-includes/functions.php

     
    30453045        if ( WP_DEBUG && apply_filters( 'doing_it_wrong_trigger_error', true ) ) {
    30463046                if ( function_exists( '__' ) ) {
    30473047                        $version = is_null( $version ) ? '' : sprintf( __( '(This message was added in version %s.)' ), $version );
    3048                         $message .= ' ' . __( 'Please see <a href="http://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information.' );
     3048                        $message .= ' ' . __( 'Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information.' );
    30493049                        trigger_error( sprintf( __( '%1$s was called <strong>incorrectly</strong>. %2$s %3$s' ), $function, $message, $version ) );
    30503050                } else {
    30513051                        $version = is_null( $version ) ? '' : sprintf( '(This message was added in version %s.)', $version );
    3052                         $message .= ' Please see <a href="http://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information.';
     3052                        $message .= ' Please see <a href="https://codex.wordpress.org/Debugging_in_WordPress">Debugging in WordPress</a> for more information.';
    30533053                        trigger_error( sprintf( '%1$s was called <strong>incorrectly</strong>. %2$s %3$s', $function, $message, $version ) );
    30543054                }
    30553055        }
     
    36533653 * If the file data is not within that first 8kiB, then the author should correct
    36543654 * their plugin file and move the data headers to the top.
    36553655 *
    3656  * @see http://codex.wordpress.org/File_Header
     3656 * @see https://codex.wordpress.org/File_Header
    36573657 *
    36583658 * @since 2.9.0
    36593659 * @param string $file Path to the file
  • wp-includes/ms-load.php

     
    389389        else
    390390                $msg .= '<p>' . sprintf( __( '<strong>Could not find site <code>%1$s</code>.</strong> Searched for table <code>%2$s</code> in database <code>%3$s</code>. Is that right?' ), rtrim( $domain . $path, '/' ), $wpdb->blogs, DB_NAME ) . '</p>';
    391391        $msg .= '<p><strong>' . __( 'What do I do now?' ) . '</strong> ';
    392         $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.' );
     392        $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.' );
    393393        $msg .= ' ' . __( 'If you&#8217;re still stuck with this message, then check that your database contains the following tables:' ) . '</p><ul>';
    394394        foreach ( $wpdb->tables('global') as $t => $table ) {
    395395                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

     
    378378 * $post, must be given as a variable, since it is passed by reference.
    379379 *
    380380 * @since 1.5.1
    381  * @link http://codex.wordpress.org/Function_Reference/get_post
     381 * @link https://codex.wordpress.org/Function_Reference/get_post
    382382 *
    383383 * @param int|WP_Post $post Optional. Post ID or post object.
    384384 * @param string $output Optional, default is Object. Either OBJECT, ARRAY_A, or ARRAY_N.
     
    14511451 * Accepted keys of the label array in the post type object:
    14521452 * - name - general name for the post type, usually plural. The same and overridden by $post_type_object->label. Default is Posts/Pages
    14531453 * - singular_name - name for one object of this post type. Default is Post/Page
    1454  * - add_new - Default is Add New for both hierarchical and non-hierarchical types. When internationalizing this string, please use a {@link http://codex.wordpress.org/I18n_for_WordPress_Developers#Disambiguation_by_context gettext context} matching your post type. Example: <code>_x('Add New', 'product');</code>
     1454 * - add_new - Default is Add New for both hierarchical and non-hierarchical types. When internationalizing this string, please use a {@link https://codex.wordpress.org/I18n_for_WordPress_Developers#Disambiguation_by_context gettext context} matching your post type. Example: <code>_x('Add New', 'product');</code>
    14551455 * - add_new_item - Default is Add New Post/Add New Page
    14561456 * - edit_item - Default is Edit Post/Edit Page
    14571457 * - new_item - Default is New Post/New Page
     
    16621662 *
    16631663 * @since 1.2.0
    16641664 * @uses WP_Query::query() See for more default arguments and information.
    1665  * @link http://codex.wordpress.org/Template_Tags/get_posts
     1665 * @link https://codex.wordpress.org/Template_Tags/get_posts
    16661666 *
    16671667 * @param array $args Optional. Overrides defaults.
    16681668 * @return array List of posts.
     
    17091709 * Post meta data is called "Custom Fields" on the Administration Screen.
    17101710 *
    17111711 * @since 1.5.0
    1712  * @link http://codex.wordpress.org/Function_Reference/add_post_meta
     1712 * @link https://codex.wordpress.org/Function_Reference/add_post_meta
    17131713 *
    17141714 * @param int $post_id Post ID.
    17151715 * @param string $meta_key Metadata name.
     
    17331733 * allows removing all metadata matching key, if needed.
    17341734 *
    17351735 * @since 1.5.0
    1736  * @link http://codex.wordpress.org/Function_Reference/delete_post_meta
     1736 * @link https://codex.wordpress.org/Function_Reference/delete_post_meta
    17371737 *
    17381738 * @param int $post_id post ID
    17391739 * @param string $meta_key Metadata name.
     
    17521752 * Retrieve post meta field for a post.
    17531753 *
    17541754 * @since 1.5.0
    1755  * @link http://codex.wordpress.org/Function_Reference/get_post_meta
     1755 * @link https://codex.wordpress.org/Function_Reference/get_post_meta
    17561756 *
    17571757 * @param int $post_id Post ID.
    17581758 * @param string $key Optional. The meta key to retrieve. By default, returns data for all keys.
     
    17731773 * If the meta field for the post does not exist, it will be added.
    17741774 *
    17751775 * @since 1.5.0
    1776  * @link http://codex.wordpress.org/Function_Reference/update_post_meta
     1776 * @link https://codex.wordpress.org/Function_Reference/update_post_meta
    17771777 *
    17781778 * @param int $post_id Post ID.
    17791779 * @param string $meta_key Metadata key.
     
    18081808 * so the function is optimized to be called more than once.
    18091809 *
    18101810 * @since 1.2.0
    1811  * @link http://codex.wordpress.org/Function_Reference/get_post_custom
     1811 * @link https://codex.wordpress.org/Function_Reference/get_post_custom
    18121812 *
    18131813 * @param int $post_id Post ID.
    18141814 * @return array
     
    18271827 * If there are no meta fields, then nothing (null) will be returned.
    18281828 *
    18291829 * @since 1.2.0
    1830  * @link http://codex.wordpress.org/Function_Reference/get_post_custom_keys
     1830 * @link https://codex.wordpress.org/Function_Reference/get_post_custom_keys
    18311831 *
    18321832 * @param int $post_id post ID
    18331833 * @return array|null Either array of the keys, or null if keys could not be retrieved.
     
    18491849 * will be retrieved and only the meta field key values returned.
    18501850 *
    18511851 * @since 1.2.0
    1852  * @link http://codex.wordpress.org/Function_Reference/get_post_custom_values
     1852 * @link https://codex.wordpress.org/Function_Reference/get_post_custom_values
    18531853 *
    18541854 * @param string $key Meta field key.
    18551855 * @param int $post_id Post ID
     
    20972097 * The $perm parameter checks for 'readable' value and if the user can read
    20982098 * private posts, it will display that for the user that is signed in.
    20992099 *
    2100  * @link http://codex.wordpress.org/Template_Tags/wp_count_posts
     2100 * @link https://codex.wordpress.org/Template_Tags/wp_count_posts
    21012101 *
    21022102 * @since 2.5.0
    21032103 *
     
    33113311 * parameter and POSTTYPE is post_type post data.
    33123312 *
    33133313 * @since 2.3.0
    3314  * @link http://codex.wordpress.org/Post_Status_Transitions
     3314 * @link https://codex.wordpress.org/Post_Status_Transitions
    33153315 *
    33163316 * @uses do_action() Calls 'transition_post_status' on $new_status, $old_status and
    33173317 *  $post if there is a status change.
  • 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
     
    724724function is_main_query() {
    725725        if ( 'pre_get_posts' === current_filter() ) {
    726726                $message = sprintf( __( 'In <code>%1$s</code>, use the <code>%2$s</code> method, not the <code>%3$s</code> function. See %4$s.' ),
    727                         'pre_get_posts', 'WP_Query::is_main_query()', 'is_main_query()', __( 'http://codex.wordpress.org/Function_Reference/is_main_query' ) );
     727                        'pre_get_posts', 'WP_Query::is_main_query()', 'is_main_query()', __( 'https://codex.wordpress.org/Function_Reference/is_main_query' ) );
    728728                _doing_it_wrong( __FUNCTION__, $message, '3.7' );
    729729        }
    730730
     
    832832/**
    833833 * The WordPress Query class.
    834834 *
    835  * @link http://codex.wordpress.org/Function_Reference/WP_Query Codex page.
     835 * @link https://codex.wordpress.org/Function_Reference/WP_Query Codex page.
    836836 *
    837837 * @since 1.5.0
    838838 */
  • wp-includes/shortcodes.php

     
    2525 * $out = do_shortcode($content);
    2626 * </code>
    2727 *
    28  * @link http://codex.wordpress.org/Shortcode_API
     28 * @link https://codex.wordpress.org/Shortcode_API
    2929 *
    3030 * @package WordPress
    3131 * @subpackage Shortcodes
  • wp-includes/user.php

     
    987987 *
    988988 * @since 3.0.0
    989989 * @uses add_metadata()
    990  * @link http://codex.wordpress.org/Function_Reference/add_user_meta
     990 * @link https://codex.wordpress.org/Function_Reference/add_user_meta
    991991 *
    992992 * @param int $user_id User ID.
    993993 * @param string $meta_key Metadata name.
     
    10081008 *
    10091009 * @since 3.0.0
    10101010 * @uses delete_metadata()
    1011  * @link http://codex.wordpress.org/Function_Reference/delete_user_meta
     1011 * @link https://codex.wordpress.org/Function_Reference/delete_user_meta
    10121012 *
    10131013 * @param int $user_id user ID
    10141014 * @param string $meta_key Metadata name.
     
    10241024 *
    10251025 * @since 3.0.0
    10261026 * @uses get_metadata()
    1027  * @link http://codex.wordpress.org/Function_Reference/get_user_meta
     1027 * @link https://codex.wordpress.org/Function_Reference/get_user_meta
    10281028 *
    10291029 * @param int $user_id User ID.
    10301030 * @param string $key Optional. The meta key to retrieve. By default, returns data for all keys.
     
    10461046 *
    10471047 * @since 3.0.0
    10481048 * @uses update_metadata
    1049  * @link http://codex.wordpress.org/Function_Reference/update_user_meta
     1049 * @link https://codex.wordpress.org/Function_Reference/update_user_meta
    10501050 *
    10511051 * @param int $user_id User ID.
    10521052 * @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

     
    5454
    5555        // Die with an error message
    5656        $die  = __( "There doesn't seem to be a <code>wp-config.php</code> file. I need this before we can get started." ) . '</p>';
    57         $die .= '<p>' . __( "Need more help? <a href='http://codex.wordpress.org/Editing_wp-config.php'>We got it</a>." ) . '</p>';
     57        $die .= '<p>' . __( "Need more help? <a href='https://codex.wordpress.org/Editing_wp-config.php'>We got it</a>." ) . '</p>';
    5858        $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>';
    5959        $die .= '<p><a href="' . $path . '" class="button button-large">' . __( "Create a Configuration File" ) . '</a>';
    6060
  • 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 */