diff --git a/readme.html b/readme.html
index 278acb6e1e..f09135ac51 100644
--- a/readme.html
+++ b/readme.html
@@ -49,7 +49,7 @@
Migrating from other systems
-WordPress can import from a number of systems . First you need to get WordPress installed and working as described above, before using our import tools .
+WordPress can import from a number of systems . First you need to get WordPress installed and working as described above, before using our import tools .
System Requirements
@@ -68,7 +68,7 @@
Online Resources
If you have any questions that aren’t addressed in this document, please take advantage of WordPress’ numerous online resources:
- The WordPress Codex
+ The WordPress Codex
The Codex is the encyclopedia of all things WordPress. It is the most comprehensive source of information for WordPress available.
The WordPress Blog
This is where you’ll find the latest updates and news related to WordPress. Recent WordPress news appears in your administrative dashboard by default.
@@ -76,14 +76,14 @@
The WordPress Planet is a news aggregator that brings together posts from WordPress blogs around the web.
WordPress Support Forums
If you’ve looked everywhere and still can’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.
- WordPress IRC Channel
+ WordPress IRC Channel
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. (irc.freenode.net #wordpress )
Final Notes
If you have any suggestions, ideas, or comments, or if you (gasp!) found a bug, join us in the Support Forums .
- WordPress has a robust plugin API that makes extending the code easy. If you are a developer interested in utilizing this, see the plugin documentation in the Codex . You shouldn’t modify any of the core code.
+ WordPress has a robust plugin API that makes extending the code easy. If you are a developer interested in utilizing this, see the plugin documentation in the Codex . You shouldn’t modify any of the core code.
Share the Love
diff --git a/wp-admin/about.php b/wp-admin/about.php
index 7a8f60b907..b09bb67c9c 100644
--- a/wp-admin/about.php
+++ b/wp-admin/about.php
@@ -100,7 +100,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
-
full list of supported embeds.' ), 'http://codex.wordpress.org/Embeds' ); ?>
+
full list of supported embeds.' ), 'https://codex.wordpress.org/Embeds' ); ?>
diff --git a/wp-admin/admin-ajax.php b/wp-admin/admin-ajax.php
index 9db17741a8..752da778f0 100644
--- a/wp-admin/admin-ajax.php
+++ b/wp-admin/admin-ajax.php
@@ -5,7 +5,7 @@
* @package WordPress
* @subpackage Administration
*
- * @link http://codex.wordpress.org/AJAX_in_Plugins
+ * @link https://codex.wordpress.org/AJAX_in_Plugins
*/
/**
diff --git a/wp-admin/comment.php b/wp-admin/comment.php
index 37fc4fc98d..c2487335b8 100644
--- a/wp-admin/comment.php
+++ b/wp-admin/comment.php
@@ -56,7 +56,7 @@ case 'editcomment' :
get_current_screen()->set_help_sidebar(
'
' . __( 'For more information:' ) . '
' .
- '
' . __( 'Documentation on Comments ' ) . '
' .
+ '
' . __( 'Documentation on Comments ' ) . '
' .
'
' . __( 'Support Forums ' ) . '
'
);
diff --git a/wp-admin/credits.php b/wp-admin/credits.php
index d7cbc1901e..a2be25fd64 100644
--- a/wp-admin/credits.php
+++ b/wp-admin/credits.php
@@ -104,7 +104,7 @@ if ( ! $credits ) {
echo '
' . sprintf( __( 'WordPress is created by a worldwide team of passionate individuals. Get involved in WordPress .' ),
'https://wordpress.org/about/',
/* translators: Url to the codex documentation on contributing to WordPress used on the credits page */
- __( 'http://codex.wordpress.org/Contributing_to_WordPress' ) ) . '
';
+ __( 'https://codex.wordpress.org/Contributing_to_WordPress' ) ) . '';
include( ABSPATH . 'wp-admin/admin-footer.php' );
exit;
}
diff --git a/wp-admin/custom-background.php b/wp-admin/custom-background.php
index 9268562eb1..fc320f9f41 100644
--- a/wp-admin/custom-background.php
+++ b/wp-admin/custom-background.php
@@ -93,7 +93,7 @@ class Custom_Background {
get_current_screen()->set_help_sidebar(
'
' . __( 'For more information:' ) . '
' .
- '
' . __( 'Documentation on Custom Background ' ) . '
' .
+ '
' . __( 'Documentation on Custom Background ' ) . '
' .
'
' . __( 'Support Forums ' ) . '
'
);
diff --git a/wp-admin/custom-header.php b/wp-admin/custom-header.php
index 9d2be69d57..a56c7602c6 100644
--- a/wp-admin/custom-header.php
+++ b/wp-admin/custom-header.php
@@ -120,7 +120,7 @@ class Custom_Image_Header {
get_current_screen()->set_help_sidebar(
'
' . __( 'For more information:' ) . '
' .
- '
' . __( 'Documentation on Custom Header ' ) . '
' .
+ '
' . __( 'Documentation on Custom Header ' ) . '
' .
'
' . __( 'Support Forums ' ) . '
'
);
}
diff --git a/wp-admin/edit-comments.php b/wp-admin/edit-comments.php
index 90ac632f78..bfde54eae8 100644
--- a/wp-admin/edit-comments.php
+++ b/wp-admin/edit-comments.php
@@ -130,9 +130,9 @@ get_current_screen()->add_help_tab( array(
get_current_screen()->set_help_sidebar(
'
' . __( 'For more information:' ) . '
' .
- '
' . __( 'Documentation on Comments ' ) . '
' .
- '
' . __( 'Documentation on Comment Spam ' ) . '
' .
- '
' . __( 'Documentation on Keyboard Shortcuts ' ) . '
' .
+ '
' . __( 'Documentation on Comments ' ) . '
' .
+ '
' . __( 'Documentation on Comment Spam ' ) . '
' .
+ '
' . __( 'Documentation on Keyboard Shortcuts ' ) . '
' .
'
' . __( 'Support Forums ' ) . '
'
);
diff --git a/wp-admin/edit-form-advanced.php b/wp-admin/edit-form-advanced.php
index 2248bc9e13..7679077cdb 100644
--- a/wp-admin/edit-form-advanced.php
+++ b/wp-admin/edit-form-advanced.php
@@ -309,7 +309,7 @@ if ( 'post' == $post_type ) {
get_current_screen()->set_help_sidebar(
'
' . sprintf(__('You can also create posts with the Press This bookmarklet .'), 'options-writing.php') . '
' .
'
' . __('For more information:') . '
' .
- '
' . __('Documentation on Writing and Editing Posts ') . '
' .
+ '
' . __('Documentation on Writing and Editing Posts ') . '
' .
'
' . __('Support Forums ') . '
'
);
} elseif ( 'page' == $post_type ) {
@@ -324,8 +324,8 @@ if ( 'post' == $post_type ) {
get_current_screen()->set_help_sidebar(
'
' . __('For more information:') . '
' .
- '
' . __('Documentation on Adding New Pages ') . '
' .
- '
' . __('Documentation on Editing Pages ') . '
' .
+ '
' . __('Documentation on Adding New Pages ') . '
' .
+ '
' . __('Documentation on Editing Pages ') . '
' .
'
' . __('Support Forums ') . '
'
);
} elseif ( 'attachment' == $post_type ) {
@@ -341,14 +341,14 @@ if ( 'post' == $post_type ) {
get_current_screen()->set_help_sidebar(
'
' . __('For more information:') . '
' .
- '
' . __('Documentation on Edit Media ') . '
' .
+ '
' . __('Documentation on Edit Media ') . '
' .
'
' . __('Support Forums ') . '
'
);
}
if ( 'post' == $post_type || 'page' == $post_type ) {
$inserting_media = '
' . __( '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 “Create a new gallery” button.' ) . '
';
- $inserting_media .= '
' . __( '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 learn more about embeds .' ) . '
';
+ $inserting_media .= '
' . __( '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 learn more about embeds .' ) . '
';
get_current_screen()->add_help_tab( array(
'id' => 'inserting-media',
@@ -362,7 +362,7 @@ if ( 'post' == $post_type ) {
$publish_box .= '
' . __('Publish - 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.') . ' ';
if ( current_theme_supports( 'post-formats' ) && post_type_supports( 'post', 'post-formats' ) ) {
- $publish_box .= '' . __( 'Format - Post Formats designate how your theme will display a specific post. For example, you could have a standard blog post with a title and paragraphs, or a short aside that omits the title and contains a short text blurb. Please refer to the Codex for descriptions of each post format . Your theme could enable all or some of 10 possible formats.' ) . ' ';
+ $publish_box .= '' . __( 'Format - Post Formats designate how your theme will display a specific post. For example, you could have a standard blog post with a title and paragraphs, or a short aside that omits the title and contains a short text blurb. Please refer to the Codex for descriptions of each post format . Your theme could enable all or some of 10 possible formats.' ) . ' ';
}
if ( current_theme_supports( 'post-thumbnails' ) && post_type_supports( 'post', 'thumbnail' ) ) {
diff --git a/wp-admin/edit-link-form.php b/wp-admin/edit-link-form.php
index d5d6caab6a..f326689dad 100644
--- a/wp-admin/edit-link-form.php
+++ b/wp-admin/edit-link-form.php
@@ -62,7 +62,7 @@ get_current_screen()->add_help_tab( array(
get_current_screen()->set_help_sidebar(
'' . __( 'For more information:' ) . '
' .
- '' . __( 'Documentation on Creating Links ' ) . '
' .
+ '' . __( 'Documentation on Creating Links ' ) . '
' .
'' . __( 'Support Forums ' ) . '
'
);
diff --git a/wp-admin/edit-tags.php b/wp-admin/edit-tags.php
index a75d7de46b..7afbec8bcd 100644
--- a/wp-admin/edit-tags.php
+++ b/wp-admin/edit-tags.php
@@ -233,11 +233,11 @@ if ( 'category' == $taxonomy || 'link_category' == $taxonomy || 'post_tag' == $t
$help = '' . __( 'For more information:' ) . '
';
if ( 'category' == $taxonomy )
- $help .= '' . __( 'Documentation on Categories ' ) . '
';
+ $help .= '' . __( 'Documentation on Categories ' ) . '
';
elseif ( 'link_category' == $taxonomy )
- $help .= '' . __( 'Documentation on Link Categories ' ) . '
';
+ $help .= '' . __( 'Documentation on Link Categories ' ) . '
';
else
- $help .= '' . __( 'Documentation on Tags ' ) . '
';
+ $help .= '' . __( 'Documentation on Tags ' ) . '
';
$help .= '' . __('Support Forums ') . '
';
diff --git a/wp-admin/edit.php b/wp-admin/edit.php
index a33487eaf2..ad8c078681 100644
--- a/wp-admin/edit.php
+++ b/wp-admin/edit.php
@@ -208,7 +208,7 @@ if ( 'post' == $post_type ) {
get_current_screen()->set_help_sidebar(
'' . __('For more information:') . '
' .
- '' . __('Documentation on Managing Posts ') . '
' .
+ '' . __('Documentation on Managing Posts ') . '
' .
'' . __('Support Forums ') . '
'
);
@@ -229,7 +229,7 @@ if ( 'post' == $post_type ) {
get_current_screen()->set_help_sidebar(
'' . __('For more information:') . '
' .
- '' . __('Documentation on Managing Pages ') . '
' .
+ '' . __('Documentation on Managing Pages ') . '
' .
'' . __('Support Forums ') . '
'
);
}
diff --git a/wp-admin/export.php b/wp-admin/export.php
index a12ddb9f30..daba6e360e 100644
--- a/wp-admin/export.php
+++ b/wp-admin/export.php
@@ -50,7 +50,7 @@ get_current_screen()->add_help_tab( array(
get_current_screen()->set_help_sidebar(
'' . __('For more information:') . '
' .
- '' . __('Documentation on Export ') . '
' .
+ '' . __('Documentation on Export ') . '
' .
'' . __('Support Forums ') . '
'
);
diff --git a/wp-admin/import.php b/wp-admin/import.php
index 518ab7ef20..0f427760b4 100644
--- a/wp-admin/import.php
+++ b/wp-admin/import.php
@@ -25,7 +25,7 @@ get_current_screen()->add_help_tab( array(
get_current_screen()->set_help_sidebar(
'' . __('For more information:') . '
' .
- '' . __('Documentation on Import ') . '
' .
+ '' . __('Documentation on Import ') . '
' .
'' . __('Support Forums ') . '
'
);
diff --git a/wp-admin/includes/class-wp-themes-list-table.php b/wp-admin/includes/class-wp-themes-list-table.php
index 6311e7554c..84acfed20e 100644
--- a/wp-admin/includes/class-wp-themes-list-table.php
+++ b/wp-admin/includes/class-wp-themes-list-table.php
@@ -213,7 +213,7 @@ class WP_Themes_List_Table extends WP_List_Table {
display('Description'); ?>
parent() ) {
printf( ' ' . __( 'This child theme requires its parent theme, %2$s.' ) . '
',
- __( 'http://codex.wordpress.org/Child_Themes' ),
+ __( 'https://codex.wordpress.org/Child_Themes' ),
$theme->parent()->display( 'Name' ) );
} ?>
diff --git a/wp-admin/includes/dashboard.php b/wp-admin/includes/dashboard.php
index 9f7f558eda..1b5acbe50a 100644
--- a/wp-admin/includes/dashboard.php
+++ b/wp-admin/includes/dashboard.php
@@ -1332,7 +1332,7 @@ function wp_welcome_panel() {
' . __( 'Turn comments on or off' ) . '', admin_url( 'options-discussion.php' ) ); ?>
- ' . __( 'Learn more about getting started' ) . '', __( 'http://codex.wordpress.org/First_Steps_With_WordPress' ) ); ?>
+ ' . __( 'Learn more about getting started' ) . '', __( 'https://codex.wordpress.org/First_Steps_With_WordPress' ) ); ?>
diff --git a/wp-admin/includes/meta-boxes.php b/wp-admin/includes/meta-boxes.php
index 46cc2eb351..7005753406 100644
--- a/wp-admin/includes/meta-boxes.php
+++ b/wp-admin/includes/meta-boxes.php
@@ -522,7 +522,7 @@ function post_categories_meta_box( $post, $box ) {
function post_excerpt_meta_box($post) {
?>
-Learn more about manual excerpts.'); ?>
+Learn more about manual excerpts.'); ?>
()
-pingbacks, no other action necessary.'); ?>
+pingbacks, no other action necessary.'); ?>
$value ) {
list_meta( $metadata );
meta_form( $post ); ?>
-use in your theme.'); ?>
+use in your theme.'); ?>
comment_status, 'open'); ?> />
- ping_status, 'open'); ?> /> trackbacks and pingbacks on this page.' ), __( 'http://codex.wordpress.org/Introduction_to_Blogging#Managing_Comments' ) ); ?>
+ ping_status, 'open'); ?> /> trackbacks and pingbacks on this page.' ), __( 'https://codex.wordpress.org/Introduction_to_Blogging#Managing_Comments' ) ); ?>
WordPress %1$s is available! Please update now .'), $cur->current, network_admin_url( 'update-core.php' ) );
+ $msg = sprintf( __('WordPress %1$s is available! Please update now .'), $cur->current, network_admin_url( 'update-core.php' ) );
} else {
- $msg = sprintf( __('WordPress %1$s is available! Please notify the site administrator.'), $cur->current );
+ $msg = sprintf( __('WordPress %1$s is available! Please notify the site administrator.'), $cur->current );
}
echo "
$msg
";
}
diff --git a/wp-admin/index.php b/wp-admin/index.php
index a3c0742d19..40c7c7f2a1 100644
--- a/wp-admin/index.php
+++ b/wp-admin/index.php
@@ -85,7 +85,7 @@ unset( $help );
$screen->set_help_sidebar(
'' . __( 'For more information:' ) . '
' .
- '' . __( 'Documentation on Dashboard ' ) . '
' .
+ '' . __( 'Documentation on Dashboard ' ) . '
' .
'' . __( 'Support Forums ' ) . '
'
);
diff --git a/wp-admin/install.php b/wp-admin/install.php
index 6d103fe998..6f317cfbe5 100644
--- a/wp-admin/install.php
+++ b/wp-admin/install.php
@@ -167,11 +167,11 @@ $php_compat = version_compare( $php_version, $required_php_version, '>=' );
$mysql_compat = version_compare( $mysql_version, $required_mysql_version, '>=' ) || file_exists( WP_CONTENT_DIR . '/db.php' );
if ( !$mysql_compat && !$php_compat )
- $compat = sprintf( __( 'You cannot install because WordPress %1$s 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 );
+ $compat = sprintf( __( 'You cannot install because WordPress %1$s 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 );
elseif ( !$php_compat )
- $compat = sprintf( __( 'You cannot install because WordPress %1$s requires PHP version %2$s or higher. You are running version %3$s.' ), $wp_version, $required_php_version, $php_version );
+ $compat = sprintf( __( 'You cannot install because WordPress %1$s requires PHP version %2$s or higher. You are running version %3$s.' ), $wp_version, $required_php_version, $php_version );
elseif ( !$mysql_compat )
- $compat = sprintf( __( 'You cannot install because WordPress %1$s requires MySQL version %2$s or higher. You are running version %3$s.' ), $wp_version, $required_mysql_version, $mysql_version );
+ $compat = sprintf( __( 'You cannot install because WordPress %1$s requires MySQL version %2$s or higher. You are running version %3$s.' ), $wp_version, $required_mysql_version, $mysql_version );
if ( !$mysql_compat || !$php_compat ) {
display_header();
diff --git a/wp-admin/link-manager.php b/wp-admin/link-manager.php
index 1f2b23b3bf..9313f37508 100644
--- a/wp-admin/link-manager.php
+++ b/wp-admin/link-manager.php
@@ -57,7 +57,7 @@ get_current_screen()->add_help_tab( array(
get_current_screen()->set_help_sidebar(
'' . __('For more information:') . '
' .
- '' . __('Documentation on Managing Links ') . '
' .
+ '' . __('Documentation on Managing Links ') . '
' .
'' . __('Support Forums ') . '
'
);
diff --git a/wp-admin/media-new.php b/wp-admin/media-new.php
index ac96e8a118..f68a4eef2d 100644
--- a/wp-admin/media-new.php
+++ b/wp-admin/media-new.php
@@ -53,7 +53,7 @@ get_current_screen()->add_help_tab( array(
) );
get_current_screen()->set_help_sidebar(
'' . __('For more information:') . '
' .
- '' . __('Documentation on Uploading Media Files ') . '
' .
+ '' . __('Documentation on Uploading Media Files ') . '
' .
'' . __('Support Forums ') . '
'
);
diff --git a/wp-admin/media.php b/wp-admin/media.php
index 0e9361119c..62b2401be4 100644
--- a/wp-admin/media.php
+++ b/wp-admin/media.php
@@ -80,7 +80,7 @@ case 'edit' :
get_current_screen()->set_help_sidebar(
'' . __('For more information:') . '
' .
- '' . __('Documentation on Edit Media ') . '
' .
+ '' . __('Documentation on Edit Media ') . '
' .
'' . __('Support Forums ') . '
'
);
diff --git a/wp-admin/my-sites.php b/wp-admin/my-sites.php
index d1c747ef0c..269b081166 100644
--- a/wp-admin/my-sites.php
+++ b/wp-admin/my-sites.php
@@ -45,7 +45,7 @@ get_current_screen()->add_help_tab( array(
get_current_screen()->set_help_sidebar(
'' . __('For more information:') . '
' .
- '' . __('Documentation on My Sites ') . '
' .
+ '' . __('Documentation on My Sites ') . '
' .
'' . __('Support Forums ') . '
'
);
diff --git a/wp-admin/nav-menus.php b/wp-admin/nav-menus.php
index 388024d773..384a85666d 100644
--- a/wp-admin/nav-menus.php
+++ b/wp-admin/nav-menus.php
@@ -541,7 +541,7 @@ endif;
get_current_screen()->set_help_sidebar(
'' . __('For more information:') . '
' .
- '' . __('Documentation on Menus ') . '
' .
+ '' . __('Documentation on Menus ') . '
' .
'' . __('Support Forums ') . '
'
);
diff --git a/wp-admin/network.php b/wp-admin/network.php
index c66dcf554f..fdc0a51b52 100644
--- a/wp-admin/network.php
+++ b/wp-admin/network.php
@@ -120,8 +120,8 @@ $network_help = '' . __('This screen allows you to configure a network as hav
'
' . __('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.') . '
' .
'' . __('The choice of subdirectory sites is disabled if this setup is more than a month old because of permalink problems with “/blog/” from the main site. This disabling will be addressed in a future version.') . '
' .
'' . __('For more information:') . '
' .
- '' . __('Documentation on Creating a Network ') . '
' .
- '' . __('Documentation on the Network Screen ') . '
';
+ '' . __('Documentation on Creating a Network ') . '
' .
+ '' . __('Documentation on the Network Screen ') . '
';
get_current_screen()->add_help_tab( array(
'id' => 'network',
@@ -131,8 +131,8 @@ get_current_screen()->add_help_tab( array(
get_current_screen()->set_help_sidebar(
'' . __('For more information:') . '
' .
- '' . __('Documentation on Creating a Network ') . '
' .
- '' . __('Documentation on the Network Screen ') . '
' .
+ '' . __('Documentation on Creating a Network ') . '
' .
+ '' . __('Documentation on the Network Screen ') . '
' .
'' . __('Support Forums ') . '
'
);
diff --git a/wp-admin/network/index.php b/wp-admin/network/index.php
index 0aff27078c..16c77498f8 100644
--- a/wp-admin/network/index.php
+++ b/wp-admin/network/index.php
@@ -50,7 +50,7 @@ get_current_screen()->add_help_tab( array(
get_current_screen()->set_help_sidebar(
'' . __('For more information:') . '
' .
- '' . __('Documentation on the Network Admin ') . '
' .
+ '' . __('Documentation on the Network Admin ') . '
' .
'' . __('Support Forums ') . '
'
);
diff --git a/wp-admin/network/settings.php b/wp-admin/network/settings.php
index 0fb18d0d0a..3a4aca3307 100644
--- a/wp-admin/network/settings.php
+++ b/wp-admin/network/settings.php
@@ -61,7 +61,7 @@ get_current_screen()->add_help_tab( array(
get_current_screen()->set_help_sidebar(
'' . __('For more information:') . '
' .
- '' . __('Documentation on Network Settings ') . '
' .
+ '' . __('Documentation on Network Settings ') . '
' .
'' . __('Support Forums ') . '
'
);
diff --git a/wp-admin/network/site-info.php b/wp-admin/network/site-info.php
index 92f34867b4..8e83f86691 100644
--- a/wp-admin/network/site-info.php
+++ b/wp-admin/network/site-info.php
@@ -29,7 +29,7 @@ if ( ! current_user_can( 'manage_sites' ) )
get_current_screen()->set_help_sidebar(
'' . __('For more information:') . '
' .
- '' . __('Documentation on Site Management ') . '
' .
+ '' . __('Documentation on Site Management ') . '
' .
'' . __('Support Forums ') . '
'
);
diff --git a/wp-admin/network/site-new.php b/wp-admin/network/site-new.php
index c1c012226c..b2d28755e2 100644
--- a/wp-admin/network/site-new.php
+++ b/wp-admin/network/site-new.php
@@ -26,7 +26,7 @@ if ( ! current_user_can( 'manage_sites' ) )
get_current_screen()->set_help_sidebar(
'' . __('For more information:') . '
' .
- '' . __('Documentation on Site Management ') . '
' .
+ '' . __('Documentation on Site Management ') . '
' .
'' . __('Support Forums ') . '
'
);
diff --git a/wp-admin/network/site-settings.php b/wp-admin/network/site-settings.php
index 3c5864d175..1e9b641848 100644
--- a/wp-admin/network/site-settings.php
+++ b/wp-admin/network/site-settings.php
@@ -29,7 +29,7 @@ get_current_screen()->add_help_tab( array(
get_current_screen()->set_help_sidebar(
'' . __('For more information:') . '
' .
- '' . __('Documentation on Site Management ') . '
' .
+ '' . __('Documentation on Site Management ') . '
' .
'' . __('Support Forums ') . '
'
);
diff --git a/wp-admin/network/site-themes.php b/wp-admin/network/site-themes.php
index 48f1d93ef9..d88ffb7370 100644
--- a/wp-admin/network/site-themes.php
+++ b/wp-admin/network/site-themes.php
@@ -29,7 +29,7 @@ get_current_screen()->add_help_tab( array(
get_current_screen()->set_help_sidebar(
'' . __('For more information:') . '
' .
- '' . __('Documentation on Site Management ') . '
' .
+ '' . __('Documentation on Site Management ') . '
' .
'' . __('Support Forums ') . '
'
);
diff --git a/wp-admin/network/site-users.php b/wp-admin/network/site-users.php
index 79e2daca27..d9dce85b1c 100644
--- a/wp-admin/network/site-users.php
+++ b/wp-admin/network/site-users.php
@@ -32,7 +32,7 @@ get_current_screen()->add_help_tab( array(
get_current_screen()->set_help_sidebar(
'' . __('For more information:') . '
' .
- '' . __('Documentation on Site Management ') . '
' .
+ '' . __('Documentation on Site Management ') . '
' .
'' . __('Support Forums ') . '
'
);
diff --git a/wp-admin/network/sites.php b/wp-admin/network/sites.php
index e04a2b36c9..ea115e1840 100644
--- a/wp-admin/network/sites.php
+++ b/wp-admin/network/sites.php
@@ -42,7 +42,7 @@ get_current_screen()->add_help_tab( array(
get_current_screen()->set_help_sidebar(
'' . __('For more information:') . '
' .
- '' . __('Documentation on Site Management ') . '
' .
+ '' . __('Documentation on Site Management ') . '
' .
'' . __('Support Forums ') . '
'
);
diff --git a/wp-admin/network/themes.php b/wp-admin/network/themes.php
index 01a25c0f6f..2b77f188fb 100644
--- a/wp-admin/network/themes.php
+++ b/wp-admin/network/themes.php
@@ -247,7 +247,7 @@ get_current_screen()->add_help_tab( array(
get_current_screen()->set_help_sidebar(
'' . __('For more information:') . '
' .
- '' . __('Documentation on Network Themes ') . '
' .
+ '' . __('Documentation on Network Themes ') . '
' .
'' . __('Support Forums ') . '
'
);
diff --git a/wp-admin/network/upgrade.php b/wp-admin/network/upgrade.php
index 719faad340..d860e66aba 100644
--- a/wp-admin/network/upgrade.php
+++ b/wp-admin/network/upgrade.php
@@ -29,7 +29,7 @@ get_current_screen()->add_help_tab( array(
get_current_screen()->set_help_sidebar(
'' . __('For more information:') . '
' .
- '' . __('Documentation on Upgrade Network ') . '
' .
+ '' . __('Documentation on Upgrade Network ') . '
' .
'' . __('Support Forums ') . '
'
);
diff --git a/wp-admin/network/user-new.php b/wp-admin/network/user-new.php
index cab5f1fc5a..54664dffc0 100644
--- a/wp-admin/network/user-new.php
+++ b/wp-admin/network/user-new.php
@@ -26,7 +26,7 @@ get_current_screen()->add_help_tab( array(
get_current_screen()->set_help_sidebar(
'' . __('For more information:') . '
' .
- '' . __('Documentation on Network Users ') . '
' .
+ '' . __('Documentation on Network Users ') . '
' .
'' . __('Support Forums ') . '
'
);
diff --git a/wp-admin/network/users.php b/wp-admin/network/users.php
index 74f6dd0b7c..75ed276524 100644
--- a/wp-admin/network/users.php
+++ b/wp-admin/network/users.php
@@ -272,7 +272,7 @@ get_current_screen()->add_help_tab( array(
get_current_screen()->set_help_sidebar(
'' . __('For more information:') . '
' .
- '' . __('Documentation on Network Users ') . '
' .
+ '' . __('Documentation on Network Users ') . '
' .
'' . __('Support Forums ') . '
'
);
diff --git a/wp-admin/options-discussion.php b/wp-admin/options-discussion.php
index 6524e4b084..ed44128dd9 100644
--- a/wp-admin/options-discussion.php
+++ b/wp-admin/options-discussion.php
@@ -43,7 +43,7 @@ get_current_screen()->add_help_tab( array(
get_current_screen()->set_help_sidebar(
'' . __('For more information:') . '
' .
- '' . __('Documentation on Discussion Settings ') . '
' .
+ '' . __('Documentation on Discussion Settings ') . '
' .
'' . __('Support Forums ') . '
'
);
diff --git a/wp-admin/options-general.php b/wp-admin/options-general.php
index a5f69a3ea8..cdcde0a9ac 100644
--- a/wp-admin/options-general.php
+++ b/wp-admin/options-general.php
@@ -101,7 +101,7 @@ get_current_screen()->add_help_tab( array(
get_current_screen()->set_help_sidebar(
'' . __('For more information:') . '
' .
- '' . __('Documentation on General Settings ') . '
' .
+ '' . __('Documentation on General Settings ') . '
' .
'' . __('Support Forums ') . '
'
);
@@ -132,7 +132,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
class="regular-text code" />
-want your site home page to be different from your WordPress installation directory.' ); ?>
+want your site home page to be different from your WordPress installation directory.' ); ?>
@@ -312,7 +312,7 @@ if ( empty($tzstring) ) { // Create a UTC+- zone if no timezone string exists
echo '/> ' . __( 'Custom:' ) . ' ' . __( 'enter a custom time format in the following field' ) . " \n";
echo '' . __( 'Custom time format:' ) . ' ' . __( 'example:' ) . ' ' . date_i18n( get_option('time_format') ) . " \n";
- echo "\t" . __('Documentation on date and time formatting .') . "
\n";
+ echo "\t" . __('Documentation on date and time formatting .') . "
\n";
?>
diff --git a/wp-admin/options-media.php b/wp-admin/options-media.php
index 651b08dd20..e1a628f99c 100644
--- a/wp-admin/options-media.php
+++ b/wp-admin/options-media.php
@@ -31,7 +31,7 @@ get_current_screen()->add_help_tab( array(
get_current_screen()->set_help_sidebar(
'' . __('For more information:') . '
' .
- '' . __('Documentation on Media Settings ') . '
' .
+ '' . __('Documentation on Media Settings ') . '
' .
'' . __('Support Forums ') . '
'
);
diff --git a/wp-admin/options-permalink.php b/wp-admin/options-permalink.php
index be336429e7..0d241ae84e 100644
--- a/wp-admin/options-permalink.php
+++ b/wp-admin/options-permalink.php
@@ -41,8 +41,8 @@ get_current_screen()->add_help_tab( array(
get_current_screen()->set_help_sidebar(
'' . __('For more information:') . '
' .
- '' . __('Documentation on Permalinks Settings ') . '
' .
- '' . __('Documentation on Using Permalinks ') . '
' .
+ '' . __('Documentation on Permalinks Settings ') . '
' .
+ '' . __('Documentation on Using Permalinks ') . '
' .
'' . __('Support Forums ') . '
'
);
@@ -180,7 +180,7 @@ if ( ! is_multisite() ) {
web.config file writable for us to generate rewrite rules automatically, do not forget to revert the permissions after rule has been saved.') ?>
-writable, we could do this automatically, but it isn’t so this is the url rewrite rule you should have in your web.config
file. Create a new file, called web.config
in the root directory of your site. Click in the field and press CTRL + a to select all. Then insert this code into the web.config
file.') ?>
+writable, we could do this automatically, but it isn’t so this is the url rewrite rule you should have in your web.config
file. Create a new file, called web.config
in the root directory of your site. Click in the field and press CTRL + a to select all. Then insert this code into the web.config
file.') ?>
iis7_url_rewrite_rules(true) ); ?>
@@ -274,7 +274,7 @@ printf( __('If you like, you may enter custom structures for your category and t
-.htaccess file were writable , we could do this automatically, but it isn’t so these are the mod_rewrite rules you should have in your .htaccess
file. Click in the field and press CTRL + a to select all.') ?>
+.htaccess file were writable , we could do this automatically, but it isn’t so these are the mod_rewrite rules you should have in your .htaccess
file. Click in the field and press CTRL + a to select all.') ?>
mod_rewrite_rules() ); ?>
diff --git a/wp-admin/options-reading.php b/wp-admin/options-reading.php
index e13100f485..7d28208d6d 100644
--- a/wp-admin/options-reading.php
+++ b/wp-admin/options-reading.php
@@ -45,7 +45,7 @@ add_action('admin_head', 'options_reading_add_js');
*/
function options_reading_blog_charset() {
echo ' ';
- echo '' . __( 'The character encoding of your site (UTF-8 is recommended)' ) . '
';
+ echo '' . __( 'The character encoding of your site (UTF-8 is recommended)' ) . '
';
}
get_current_screen()->add_help_tab( array(
@@ -66,7 +66,7 @@ get_current_screen()->add_help_tab( array(
get_current_screen()->set_help_sidebar(
'' . __('For more information:') . '
' .
- '' . __('Documentation on Reading Settings ') . '
' .
+ '' . __('Documentation on Reading Settings ') . '
' .
'' . __('Support Forums ') . '
'
);
diff --git a/wp-admin/options-writing.php b/wp-admin/options-writing.php
index 43ee0cf82e..5e62f54824 100644
--- a/wp-admin/options-writing.php
+++ b/wp-admin/options-writing.php
@@ -42,7 +42,7 @@ if ( apply_filters( 'enable_update_services_configuration', true ) ) {
get_current_screen()->set_help_sidebar(
'' . __('For more information:') . '
' .
- '' . __('Documentation on Writing Settings ') . '
' .
+ '' . __('Documentation on Writing Settings ') . '
' .
'' . __('Support Forums ') . '
'
);
@@ -158,13 +158,13 @@ if ( apply_filters( 'enable_update_services_configuration', true ) ) {
-Update Services on the Codex. Separate multiple service URL s with line breaks.') ?>
+Update Services on the Codex. Separate multiple service URL s with line breaks.') ?>
- Update Services because of your site’s visibility settings .'), 'options-reading.php'); ?>
+ Update Services because of your site’s visibility settings .'), 'options-reading.php'); ?>
diff --git a/wp-admin/options.php b/wp-admin/options.php
index 6cf5823544..0f149c95c5 100644
--- a/wp-admin/options.php
+++ b/wp-admin/options.php
@@ -180,7 +180,7 @@ if ( 'update' == $action ) {
if ( $options ) {
foreach ( $options as $option ) {
if ( $unregistered )
- _deprecated_argument( 'options.php', '2.7', sprintf( __( 'The %1$s
setting is unregistered. Unregistered settings are deprecated. See http://codex.wordpress.org/Settings_API' ), $option, $option_page ) );
+ _deprecated_argument( 'options.php', '2.7', sprintf( __( 'The %1$s
setting is unregistered. Unregistered settings are deprecated. See https://codex.wordpress.org/Settings_API' ), $option, $option_page ) );
$option = trim( $option );
$value = null;
diff --git a/wp-admin/plugin-editor.php b/wp-admin/plugin-editor.php
index 859288d659..f6033e9a59 100644
--- a/wp-admin/plugin-editor.php
+++ b/wp-admin/plugin-editor.php
@@ -137,8 +137,8 @@ default:
get_current_screen()->set_help_sidebar(
'' . __('For more information:') . '
' .
- '' . __('Documentation on Editing Plugins ') . '
' .
- '' . __('Documentation on Writing Plugins ') . '
' .
+ '' . __('Documentation on Editing Plugins ') . '
' .
+ '' . __('Documentation on Writing Plugins ') . '
' .
'' . __('Support Forums ') . '
'
);
@@ -262,7 +262,7 @@ foreach ( $plugin_files as $plugin_file ) :
?>
- the Codex for more information.'); ?>
+ the Codex for more information.'); ?>
diff --git a/wp-admin/plugin-install.php b/wp-admin/plugin-install.php
index 653113a902..be8e80f658 100644
--- a/wp-admin/plugin-install.php
+++ b/wp-admin/plugin-install.php
@@ -84,7 +84,7 @@ get_current_screen()->add_help_tab( array(
get_current_screen()->set_help_sidebar(
'' . __('For more information:') . '
' .
- '' . __('Documentation on Installing Plugins ') . '
' .
+ '' . __('Documentation on Installing Plugins ') . '
' .
'' . __('Support Forums ') . '
'
);
@@ -129,7 +129,7 @@ if ( $tab !== 'upload' ) {
do_action( "install_plugins_$tab", $paged ); ?>
-add_help_tab( array(
get_current_screen()->set_help_sidebar(
'' . __('For more information:') . '
' .
- '' . __('Documentation on Managing Plugins ') . '
' .
+ '' . __('Documentation on Managing Plugins ') . '
' .
'' . __('Support Forums ') . '
'
);
diff --git a/wp-admin/revision.php b/wp-admin/revision.php
index f65ae6ae86..0f48ef9a27 100644
--- a/wp-admin/revision.php
+++ b/wp-admin/revision.php
@@ -116,7 +116,7 @@ get_current_screen()->add_help_tab( array(
) );
$revisions_sidebar = '' . __( 'For more information:' ) . '
';
-$revisions_sidebar .= '' . __( 'Revisions Management ' ) . '
';
+$revisions_sidebar .= '' . __( 'Revisions Management ' ) . '
';
$revisions_sidebar .= '' . __( 'Support Forums ' ) . '
';
get_current_screen()->set_help_sidebar( $revisions_sidebar );
diff --git a/wp-admin/setup-config.php b/wp-admin/setup-config.php
index 6b37ce8ba8..34e19c7633 100644
--- a/wp-admin/setup-config.php
+++ b/wp-admin/setup-config.php
@@ -136,7 +136,7 @@ switch($step) {
wp-config.php file.' ); ?>
wp-config-sample.php in a text editor, fill in your information, and save it as wp-config.php
." ); ?>
- We got it." ); ?>
+ We got it." ); ?>
diff --git a/wp-admin/theme-editor.php b/wp-admin/theme-editor.php
index 62fde441ce..e0ca475bd0 100644
--- a/wp-admin/theme-editor.php
+++ b/wp-admin/theme-editor.php
@@ -30,16 +30,16 @@ get_current_screen()->add_help_tab( array(
' . __( 'In the editing area the Tab key enters a tab character. To move below this area by pressing Tab, press the Esc key followed by the Tab key. In some cases the Esc key will need to be pressed twice before the Tab key will allow you to continue.' ) . '
' . __('After typing in your edits, click Update File.') . '
' . __('Advice: think very carefully about your site crashing if you are live-editing the theme currently in use.') . '
- ' . sprintf( __('Upgrading to a newer version of the same theme will override changes made here. To avoid this, consider creating a child theme instead.'), __('http://codex.wordpress.org/Child_Themes') ) . '
' .
+ ' . sprintf( __('Upgrading to a newer version of the same theme will override changes made here. To avoid this, consider creating a child theme instead.'), __('https://codex.wordpress.org/Child_Themes') ) . '
' .
( is_network_admin() ? '' . __('Any edits to files from this screen will be reflected on all sites in the network.') . '
' : '' )
) );
get_current_screen()->set_help_sidebar(
'' . __('For more information:') . '
' .
- '' . __('Documentation on Theme Development ') . '
' .
- '' . __('Documentation on Using Themes ') . '
' .
- '' . __('Documentation on Editing Files ') . '
' .
- '' . __('Documentation on Template Tags ') . '
' .
+ '' . __('Documentation on Theme Development ') . '
' .
+ '' . __('Documentation on Using Themes ') . '
' .
+ '' . __('Documentation on Editing Files ') . '
' .
+ '' . __('Documentation on Template Tags ') . '
' .
'' . __('Support Forums ') . '
'
);
@@ -219,7 +219,7 @@ else : ?>
if ( is_writeable( $file ) ) :
submit_button( __( 'Update File' ), 'primary', 'submit', true );
else : ?>
-the Codex for more information.'); ?>
+the Codex for more information.'); ?>
diff --git a/wp-admin/theme-install.php b/wp-admin/theme-install.php
index 6b2a738ff0..56c20b5859 100644
--- a/wp-admin/theme-install.php
+++ b/wp-admin/theme-install.php
@@ -94,7 +94,7 @@ get_current_screen()->add_help_tab( array(
get_current_screen()->set_help_sidebar(
'' . __('For more information:') . '
' .
- '' . __('Documentation on Adding New Themes ') . '
' .
+ '' . __('Documentation on Adding New Themes ') . '
' .
'' . __('Support Forums ') . '
'
);
diff --git a/wp-admin/themes.php b/wp-admin/themes.php
index 79ac41eeca..3f59f2ab03 100644
--- a/wp-admin/themes.php
+++ b/wp-admin/themes.php
@@ -88,7 +88,7 @@ if ( current_user_can( 'edit_theme_options' ) && current_user_can( 'customize' )
get_current_screen()->set_help_sidebar(
'' . __( 'For more information:' ) . '
' .
- '' . __( 'Documentation on Using Themes ' ) . '
' .
+ '' . __( 'Documentation on Using Themes ' ) . '
' .
'' . __( 'Support Forums ' ) . '
'
);
diff --git a/wp-admin/tools.php b/wp-admin/tools.php
index d6dfe1a869..692fe9273b 100644
--- a/wp-admin/tools.php
+++ b/wp-admin/tools.php
@@ -25,7 +25,7 @@ get_current_screen()->add_help_tab( array(
get_current_screen()->set_help_sidebar(
'' . __('For more information:') . '
' .
- '' . __('Documentation on Tools ') . '
' .
+ '' . __('Documentation on Tools ') . '
' .
'' . __('Support Forums ') . '
'
);
diff --git a/wp-admin/update-core.php b/wp-admin/update-core.php
index c469120f81..a8eb7f51e0 100644
--- a/wp-admin/update-core.php
+++ b/wp-admin/update-core.php
@@ -58,13 +58,13 @@ function list_core_update( $update ) {
$mysql_compat = version_compare( $mysql_version, $update->mysql_version, '>=' );
if ( !$mysql_compat && !$php_compat )
- $message = sprintf( __('You cannot update because WordPress %1$s 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 );
+ $message = sprintf( __('You cannot update because WordPress %1$s 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 );
elseif ( !$php_compat )
- $message = sprintf( __('You cannot update because WordPress %1$s requires PHP version %2$s or higher. You are running version %3$s.'), $update->current, $update->php_version, $php_version );
+ $message = sprintf( __('You cannot update because WordPress %1$s requires PHP version %2$s or higher. You are running version %3$s.'), $update->current, $update->php_version, $php_version );
elseif ( !$mysql_compat )
- $message = sprintf( __('You cannot update because WordPress %1$s requires MySQL version %2$s or higher. You are running version %3$s.'), $update->current, $update->mysql_version, $mysql_version );
+ $message = sprintf( __('You cannot update because WordPress %1$s requires MySQL version %2$s or higher. You are running version %3$s.'), $update->current, $update->mysql_version, $mysql_version );
else
- $message = sprintf(__('You can update to WordPress %2$s automatically or download the package and install it manually:'), $update->current, $version_string);
+ $message = sprintf(__('You can update to WordPress %2$s automatically or download the package and install it manually:'), $update->current, $version_string);
if ( !$mysql_compat || !$php_compat )
$show_buttons = false;
}
@@ -163,7 +163,7 @@ function core_upgrade_preamble() {
echo '';
} else {
echo '';
echo '';
@@ -302,7 +302,7 @@ function list_theme_updates() {
?>
-Please Note: Any customizations you have made to theme files will be lost. Please consider using child themes for modifications.' ), __( 'http://codex.wordpress.org/Child_Themes' ) ); ?>
+Please Note: Any customizations you have made to theme files will be lost. Please consider using child themes for modifications.' ), __( 'https://codex.wordpress.org/Child_Themes' ) ); ?>
@@ -498,7 +498,7 @@ get_current_screen()->add_help_tab( array(
get_current_screen()->set_help_sidebar(
'' . __('For more information:') . '
' .
- '' . __( 'Documentation on Updating WordPress ' ) . '
' .
+ '' . __( 'Documentation on Updating WordPress ' ) . '
' .
'' . __( 'Support Forums ' ) . '
'
);
diff --git a/wp-admin/upgrade.php b/wp-admin/upgrade.php
index 4db7f088b4..249de5a239 100644
--- a/wp-admin/upgrade.php
+++ b/wp-admin/upgrade.php
@@ -71,11 +71,11 @@ else
WordPress %1$s 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 );
+ printf( __('You cannot update because WordPress %1$s 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 );
elseif ( !$php_compat )
- printf( __('You cannot update because WordPress %1$s requires PHP version %2$s or higher. You are running version %3$s.'), $wp_version, $required_php_version, $php_version );
+ printf( __('You cannot update because WordPress %1$s requires PHP version %2$s or higher. You are running version %3$s.'), $wp_version, $required_php_version, $php_version );
elseif ( !$mysql_compat )
- printf( __('You cannot update because WordPress %1$s requires MySQL version %2$s or higher. You are running version %3$s.'), $wp_version, $required_mysql_version, $mysql_version );
+ printf( __('You cannot update because WordPress %1$s requires MySQL version %2$s or higher. You are running version %3$s.'), $wp_version, $required_mysql_version, $mysql_version );
?>
set_help_sidebar(
'' . __( 'For more information:' ) . '
' .
- '' . __( 'Documentation on Media Library ' ) . '
' .
+ '' . __( 'Documentation on Media Library ' ) . '
' .
'' . __( 'Support Forums ' ) . '
'
);
@@ -198,7 +198,7 @@ get_current_screen()->add_help_tab( array(
get_current_screen()->set_help_sidebar(
'' . __( 'For more information:' ) . '
' .
- '' . __( 'Documentation on Media Library ' ) . '
' .
+ '' . __( 'Documentation on Media Library ' ) . '
' .
'' . __( 'Support Forums ' ) . '
'
);
diff --git a/wp-admin/user-edit.php b/wp-admin/user-edit.php
index 5b87a012ee..29af243176 100644
--- a/wp-admin/user-edit.php
+++ b/wp-admin/user-edit.php
@@ -51,7 +51,7 @@ get_current_screen()->add_help_tab( array(
get_current_screen()->set_help_sidebar(
'' . __('For more information:') . '
' .
- '' . __('Documentation on User Profiles ') . '
' .
+ '' . __('Documentation on User Profiles ') . '
' .
'' . __('Support Forums ') . '
'
);
@@ -262,7 +262,7 @@ endif; // $_wp_admin_css_colors
if ( !( IS_PROFILE_PAGE && !$user_can_edit ) ) : ?>
diff --git a/wp-admin/user-new.php b/wp-admin/user-new.php
index b3b60b56b8..4596825543 100644
--- a/wp-admin/user-new.php
+++ b/wp-admin/user-new.php
@@ -180,7 +180,7 @@ get_current_screen()->add_help_tab( array(
get_current_screen()->set_help_sidebar(
'' . __('For more information:') . '
' .
- '' . __('Documentation on Adding New Users ') . '
' .
+ '' . __('Documentation on Adding New Users ') . '
' .
'' . __('Support Forums ') . '
'
);
diff --git a/wp-admin/users.php b/wp-admin/users.php
index 58ee90e88b..27e264ca59 100644
--- a/wp-admin/users.php
+++ b/wp-admin/users.php
@@ -58,8 +58,8 @@ unset( $help );
get_current_screen()->set_help_sidebar(
'' . __('For more information:') . '
' .
- '' . __('Documentation on Managing Users ') . '
' .
- '' . __('Descriptions of Roles and Capabilities ') . '
' .
+ '' . __('Documentation on Managing Users ') . '
' .
+ '' . __('Descriptions of Roles and Capabilities ') . '
' .
'' . __('Support Forums ') . '
'
);
diff --git a/wp-admin/widgets.php b/wp-admin/widgets.php
index 23cd494780..1e34d81bb0 100644
--- a/wp-admin/widgets.php
+++ b/wp-admin/widgets.php
@@ -70,12 +70,12 @@ get_current_screen()->add_help_tab( array(
get_current_screen()->set_help_sidebar(
'' . __('For more information:') . '
' .
- '' . __('Documentation on Widgets ') . '
' .
+ '' . __('Documentation on Widgets ') . '
' .
'' . __('Support Forums ') . '
'
);
if ( ! current_theme_supports( 'widgets' ) ) {
- wp_die( __( 'The theme you are currently using isn’t widget-aware, meaning that it has no sidebars that you are able to change. For information on making your theme widget-aware, please follow these instructions .' ) );
+ wp_die( __( 'The theme you are currently using isn’t widget-aware, meaning that it has no sidebars that you are able to change. For information on making your theme widget-aware, please follow these instructions .' ) );
}
// These are the widgets grouped by sidebar
diff --git a/wp-config-sample.php b/wp-config-sample.php
index 41e4a63d1f..7ca228ee5c 100644
--- a/wp-config-sample.php
+++ b/wp-config-sample.php
@@ -4,7 +4,7 @@
*
* This file has the following configurations: MySQL settings, Table Prefix,
* Secret Keys, and ABSPATH. You can find more information by visiting
- * {@link http://codex.wordpress.org/Editing_wp-config.php Editing wp-config.php}
+ * {@link https://codex.wordpress.org/Editing_wp-config.php Editing wp-config.php}
* Codex page. You can get the MySQL settings from your web host.
*
* This file is used by the wp-config.php creation script during the
diff --git a/wp-content/themes/twentyeleven/archive.php b/wp-content/themes/twentyeleven/archive.php
index 8eecf28ea7..2f54972bd8 100644
--- a/wp-content/themes/twentyeleven/archive.php
+++ b/wp-content/themes/twentyeleven/archive.php
@@ -5,7 +5,7 @@
* Used to display archive-type pages if nothing more specific matches a query.
* For example, puts together date-based pages if no date.php file exists.
*
- * @link http://codex.wordpress.org/Template_Hierarchy
+ * @link https://codex.wordpress.org/Template_Hierarchy
*
* @package WordPress
* @subpackage Twenty_Eleven
@@ -69,4 +69,4 @@ get_header(); ?>
-
\ No newline at end of file
+
diff --git a/wp-content/themes/twentyeleven/content-aside.php b/wp-content/themes/twentyeleven/content-aside.php
index e3e7334c83..387403d62b 100644
--- a/wp-content/themes/twentyeleven/content-aside.php
+++ b/wp-content/themes/twentyeleven/content-aside.php
@@ -4,7 +4,7 @@
*
* Used on index and archive pages.
*
- * @link http://codex.wordpress.org/Post_Formats
+ * @link https://codex.wordpress.org/Post_Formats
*
* @package WordPress
* @subpackage Twenty_Eleven
diff --git a/wp-content/themes/twentyeleven/content-gallery.php b/wp-content/themes/twentyeleven/content-gallery.php
index 1fc538745a..e88797811b 100644
--- a/wp-content/themes/twentyeleven/content-gallery.php
+++ b/wp-content/themes/twentyeleven/content-gallery.php
@@ -4,7 +4,7 @@
*
* Used on index and archive pages.
*
- * @link http://codex.wordpress.org/Post_Formats
+ * @link https://codex.wordpress.org/Post_Formats
*
* @package WordPress
* @subpackage Twenty_Eleven
diff --git a/wp-content/themes/twentyeleven/content-image.php b/wp-content/themes/twentyeleven/content-image.php
index 4afaf4adeb..2497690869 100644
--- a/wp-content/themes/twentyeleven/content-image.php
+++ b/wp-content/themes/twentyeleven/content-image.php
@@ -4,7 +4,7 @@
*
* Used on index and archive pages.
*
- * @link http://codex.wordpress.org/Post_Formats
+ * @link https://codex.wordpress.org/Post_Formats
*
* @package WordPress
* @subpackage Twenty_Eleven
diff --git a/wp-content/themes/twentyeleven/content-link.php b/wp-content/themes/twentyeleven/content-link.php
index 39a8e1d170..04e673016e 100644
--- a/wp-content/themes/twentyeleven/content-link.php
+++ b/wp-content/themes/twentyeleven/content-link.php
@@ -4,7 +4,7 @@
*
* Used on index and archive pages
*
- * @link http://codex.wordpress.org/Post_Formats
+ * @link https://codex.wordpress.org/Post_Formats
*
* @package WordPress
* @subpackage Twenty_Eleven
diff --git a/wp-content/themes/twentyeleven/content-status.php b/wp-content/themes/twentyeleven/content-status.php
index 4d987d9592..afcf823d89 100644
--- a/wp-content/themes/twentyeleven/content-status.php
+++ b/wp-content/themes/twentyeleven/content-status.php
@@ -4,7 +4,7 @@
*
* Used on index and archive pages
*
- * @link http://codex.wordpress.org/Post_Formats
+ * @link https://codex.wordpress.org/Post_Formats
*
* @package WordPress
* @subpackage Twenty_Eleven
diff --git a/wp-content/themes/twentyeleven/functions.php b/wp-content/themes/twentyeleven/functions.php
index 0508e617b7..3ae175650b 100644
--- a/wp-content/themes/twentyeleven/functions.php
+++ b/wp-content/themes/twentyeleven/functions.php
@@ -9,8 +9,8 @@
* The first function, twentyeleven_setup(), sets up the theme by registering support
* for various features in WordPress, such as post thumbnails, navigation menus, and the like.
*
- * When using a child theme (see http://codex.wordpress.org/Theme_Development and
- * http://codex.wordpress.org/Child_Themes), you can override certain functions
+ * When using a child theme (see https://codex.wordpress.org/Theme_Development and
+ * https://codex.wordpress.org/Child_Themes), you can override certain functions
* (those wrapped in a function_exists() call) by defining them first in your child theme's
* functions.php file. The child theme's functions.php file is included before the parent
* theme's file, so the child theme functions would be used.
@@ -31,7 +31,7 @@
* }
*
*
- * For more information on hooks, actions, and filters, see http://codex.wordpress.org/Plugin_API.
+ * For more information on hooks, actions, and filters, see https://codex.wordpress.org/Plugin_API.
*
* @package WordPress
* @subpackage Twenty_Eleven
diff --git a/wp-content/themes/twentyeleven/inc/theme-options.php b/wp-content/themes/twentyeleven/inc/theme-options.php
index 58813b01a6..e9078b7cfe 100644
--- a/wp-content/themes/twentyeleven/inc/theme-options.php
+++ b/wp-content/themes/twentyeleven/inc/theme-options.php
@@ -117,7 +117,7 @@ function twentyeleven_theme_options_help() {
'' . __( 'Remember to click "Save Changes" to save any changes you have made to the theme options.', 'twentyeleven' ) . '
';
$sidebar = '' . __( 'For more information:', 'twentyeleven' ) . '
' .
- '' . __( 'Documentation on Theme Options ', 'twentyeleven' ) . '
' .
+ '' . __( 'Documentation on Theme Options ', 'twentyeleven' ) . '
' .
'' . __( 'Support Forums ', 'twentyeleven' ) . '
';
$screen = get_current_screen();
@@ -584,4 +584,4 @@ add_action( 'customize_register', 'twentyeleven_customize_register' );
function twentyeleven_customize_preview_js() {
wp_enqueue_script( 'twentyeleven-customizer', get_template_directory_uri() . '/inc/theme-customizer.js', array( 'customize-preview' ), '20150401', true );
}
-add_action( 'customize_preview_init', 'twentyeleven_customize_preview_js' );
\ No newline at end of file
+add_action( 'customize_preview_init', 'twentyeleven_customize_preview_js' );
diff --git a/wp-content/themes/twentyeleven/inc/widgets.php b/wp-content/themes/twentyeleven/inc/widgets.php
index 94326a1f62..7d60f7056a 100644
--- a/wp-content/themes/twentyeleven/inc/widgets.php
+++ b/wp-content/themes/twentyeleven/inc/widgets.php
@@ -4,7 +4,7 @@
*
* Handles displaying Aside, Link, Status, and Quote Posts available with Twenty Eleven.
*
- * @link http://codex.wordpress.org/Widgets_API#Developing_Widgets
+ * @link https://codex.wordpress.org/Widgets_API#Developing_Widgets
*
* @package WordPress
* @subpackage Twenty_Eleven
@@ -171,4 +171,4 @@ class Twenty_Eleven_Ephemera_Widget extends WP_Widget {
-
\ No newline at end of file
+
diff --git a/wp-content/themes/twentyfourteen/archive.php b/wp-content/themes/twentyfourteen/archive.php
index af8e20590a..f4c91815ec 100644
--- a/wp-content/themes/twentyfourteen/archive.php
+++ b/wp-content/themes/twentyfourteen/archive.php
@@ -10,7 +10,7 @@
* already has tag.php for Tag archives, category.php for Category archives,
* and author.php for Author archives.
*
- * @link http://codex.wordpress.org/Template_Hierarchy
+ * @link https://codex.wordpress.org/Template_Hierarchy
*
* @package WordPress
* @subpackage Twenty_Fourteen
diff --git a/wp-content/themes/twentyfourteen/author.php b/wp-content/themes/twentyfourteen/author.php
index 31394ca366..62d9165917 100644
--- a/wp-content/themes/twentyfourteen/author.php
+++ b/wp-content/themes/twentyfourteen/author.php
@@ -2,7 +2,7 @@
/**
* The template for displaying Author archive pages
*
- * @link http://codex.wordpress.org/Template_Hierarchy
+ * @link https://codex.wordpress.org/Template_Hierarchy
*
* @package WordPress
* @subpackage Twenty_Fourteen
diff --git a/wp-content/themes/twentyfourteen/category.php b/wp-content/themes/twentyfourteen/category.php
index 92daeb8cdb..2b05f8db69 100644
--- a/wp-content/themes/twentyfourteen/category.php
+++ b/wp-content/themes/twentyfourteen/category.php
@@ -2,7 +2,7 @@
/**
* The template for displaying Category pages
*
- * @link http://codex.wordpress.org/Template_Hierarchy
+ * @link https://codex.wordpress.org/Template_Hierarchy
*
* @package WordPress
* @subpackage Twenty_Fourteen
diff --git a/wp-content/themes/twentyfourteen/functions.php b/wp-content/themes/twentyfourteen/functions.php
index 04500e1d4f..5bf5ce03b9 100644
--- a/wp-content/themes/twentyfourteen/functions.php
+++ b/wp-content/themes/twentyfourteen/functions.php
@@ -11,14 +11,14 @@
* functions.php file. The child theme's functions.php file is included before
* the parent theme's file, so the child theme functions would be used.
*
- * @link http://codex.wordpress.org/Theme_Development
- * @link http://codex.wordpress.org/Child_Themes
+ * @link https://codex.wordpress.org/Theme_Development
+ * @link https://codex.wordpress.org/Child_Themes
*
* Functions that are not pluggable (not wrapped in function_exists()) are
* instead attached to a filter or action hook.
*
* For more information on hooks, actions, and filters,
- * @link http://codex.wordpress.org/Plugin_API
+ * @link https://codex.wordpress.org/Plugin_API
*
* @package WordPress
* @subpackage Twenty_Fourteen
@@ -94,7 +94,7 @@ function twentyfourteen_setup() {
/*
* Enable support for Post Formats.
- * See http://codex.wordpress.org/Post_Formats
+ * See https://codex.wordpress.org/Post_Formats
*/
add_theme_support( 'post-formats', array(
'aside', 'image', 'video', 'audio', 'quote', 'link', 'gallery',
diff --git a/wp-content/themes/twentyfourteen/inc/customizer.php b/wp-content/themes/twentyfourteen/inc/customizer.php
index 78a667f08a..063d54c3e1 100644
--- a/wp-content/themes/twentyfourteen/inc/customizer.php
+++ b/wp-content/themes/twentyfourteen/inc/customizer.php
@@ -106,8 +106,8 @@ function twentyfourteen_contextual_help() {
'content' =>
'' .
'' . sprintf( __( 'The home page features your choice of up to 6 posts prominently displayed in a grid or slider, controlled by a tag ; you can change the tag and layout in Appearance → Customize . If no posts match the tag, sticky posts will be displayed instead.', 'twentyfourteen' ), esc_url( add_query_arg( 'tag', _x( 'featured', 'featured content default tag slug', 'twentyfourteen' ), admin_url( 'edit.php' ) ) ), admin_url( 'customize.php' ), admin_url( 'edit.php?show_sticky=1' ) ) . ' ' .
- '' . sprintf( __( 'Enhance your site design by using Featured Images for posts you’d like to stand out (also known as post thumbnails). This allows you to associate an image with your post without inserting it. Twenty Fourteen uses featured images for posts and pages—above the title—and in the Featured Content area on the home page.', 'twentyfourteen' ), 'http://codex.wordpress.org/Post_Thumbnails#Setting_a_Post_Thumbnail' ) . ' ' .
- '' . sprintf( __( 'For an in-depth tutorial, and more tips and tricks, visit the Twenty Fourteen documentation .', 'twentyfourteen' ), 'http://codex.wordpress.org/Twenty_Fourteen' ) . ' ' .
+ '' . sprintf( __( 'Enhance your site design by using Featured Images for posts you’d like to stand out (also known as post thumbnails). This allows you to associate an image with your post without inserting it. Twenty Fourteen uses featured images for posts and pages—above the title—and in the Featured Content area on the home page.', 'twentyfourteen' ), 'https://codex.wordpress.org/Post_Thumbnails#Setting_a_Post_Thumbnail' ) . ' ' .
+ '' . sprintf( __( 'For an in-depth tutorial, and more tips and tricks, visit the Twenty Fourteen documentation .', 'twentyfourteen' ), 'https://codex.wordpress.org/Twenty_Fourteen' ) . ' ' .
' ',
) );
}
diff --git a/wp-content/themes/twentyfourteen/inc/widgets.php b/wp-content/themes/twentyfourteen/inc/widgets.php
index c24e8c1c69..fee265ee3c 100644
--- a/wp-content/themes/twentyfourteen/inc/widgets.php
+++ b/wp-content/themes/twentyfourteen/inc/widgets.php
@@ -4,7 +4,7 @@
*
* Displays posts from Aside, Quote, Video, Audio, Image, Gallery, and Link formats.
*
- * @link http://codex.wordpress.org/Widgets_API#Developing_Widgets
+ * @link https://codex.wordpress.org/Widgets_API#Developing_Widgets
*
* @package WordPress
* @subpackage Twenty_Fourteen
diff --git a/wp-content/themes/twentyfourteen/index.php b/wp-content/themes/twentyfourteen/index.php
index 6179e356e7..21f4842726 100644
--- a/wp-content/themes/twentyfourteen/index.php
+++ b/wp-content/themes/twentyfourteen/index.php
@@ -7,7 +7,7 @@
* It is used to display a page when nothing more specific matches a query,
* e.g., it puts together the home page when no home.php file exists.
*
- * @link http://codex.wordpress.org/Template_Hierarchy
+ * @link https://codex.wordpress.org/Template_Hierarchy
*
* @package WordPress
* @subpackage Twenty_Fourteen
diff --git a/wp-content/themes/twentyfourteen/tag.php b/wp-content/themes/twentyfourteen/tag.php
index 8f6e69b6cd..208455de84 100644
--- a/wp-content/themes/twentyfourteen/tag.php
+++ b/wp-content/themes/twentyfourteen/tag.php
@@ -4,7 +4,7 @@
*
* Used to display archive-type pages for posts in a tag.
*
- * @link http://codex.wordpress.org/Template_Hierarchy
+ * @link https://codex.wordpress.org/Template_Hierarchy
*
* @package WordPress
* @subpackage Twenty_Fourteen
diff --git a/wp-content/themes/twentyfourteen/taxonomy-post_format.php b/wp-content/themes/twentyfourteen/taxonomy-post_format.php
index 0503d2b3d6..2ef44a4801 100644
--- a/wp-content/themes/twentyfourteen/taxonomy-post_format.php
+++ b/wp-content/themes/twentyfourteen/taxonomy-post_format.php
@@ -9,7 +9,7 @@
* @todo https://core.trac.wordpress.org/ticket/23257: Add plural versions of Post Format strings
* and remove plurals below.
*
- * @link http://codex.wordpress.org/Template_Hierarchy
+ * @link https://codex.wordpress.org/Template_Hierarchy
*
* @package WordPress
* @subpackage Twenty_Fourteen
diff --git a/wp-content/themes/twentyten/archive.php b/wp-content/themes/twentyten/archive.php
index 8a8eb2a8b2..138b088ee8 100644
--- a/wp-content/themes/twentyten/archive.php
+++ b/wp-content/themes/twentyten/archive.php
@@ -5,7 +5,7 @@
* Used to display archive-type pages if nothing more specific matches a query.
* For example, puts together date-based pages if no date.php file exists.
*
- * @link http://codex.wordpress.org/Template_Hierarchy
+ * @link https://codex.wordpress.org/Template_Hierarchy
*
* @package WordPress
* @subpackage Twenty_Ten
diff --git a/wp-content/themes/twentyten/functions.php b/wp-content/themes/twentyten/functions.php
index efd69f260a..847d54035d 100644
--- a/wp-content/themes/twentyten/functions.php
+++ b/wp-content/themes/twentyten/functions.php
@@ -9,8 +9,8 @@
* The first function, twentyten_setup(), sets up the theme by registering support
* for various features in WordPress, such as post thumbnails, navigation menus, and the like.
*
- * When using a child theme (see http://codex.wordpress.org/Theme_Development and
- * http://codex.wordpress.org/Child_Themes), you can override certain functions
+ * When using a child theme (see https://codex.wordpress.org/Theme_Development and
+ * https://codex.wordpress.org/Child_Themes), you can override certain functions
* (those wrapped in a function_exists() call) by defining them first in your child theme's
* functions.php file. The child theme's functions.php file is included before the parent
* theme's file, so the child theme functions would be used.
@@ -31,7 +31,7 @@
* }
*
*
- * For more information on hooks, actions, and filters, see http://codex.wordpress.org/Plugin_API.
+ * For more information on hooks, actions, and filters, see https://codex.wordpress.org/Plugin_API.
*
* @package WordPress
* @subpackage Twenty_Ten
diff --git a/wp-content/themes/twentyten/index.php b/wp-content/themes/twentyten/index.php
index 0f02b6054c..4271ac388d 100644
--- a/wp-content/themes/twentyten/index.php
+++ b/wp-content/themes/twentyten/index.php
@@ -6,7 +6,7 @@
* and one of the two required files for a theme (the other being style.css).
* It is used to display a page when nothing more specific matches a query.
* E.g., it puts together the home page when no home.php file exists.
- * Learn more: http://codex.wordpress.org/Template_Hierarchy
+ * Learn more: https://codex.wordpress.org/Template_Hierarchy
*
* @package WordPress
* @subpackage Twenty_Ten
diff --git a/wp-content/themes/twentyten/loop-attachment.php b/wp-content/themes/twentyten/loop-attachment.php
index 9c89cbbe03..a2dfae6e24 100644
--- a/wp-content/themes/twentyten/loop-attachment.php
+++ b/wp-content/themes/twentyten/loop-attachment.php
@@ -3,8 +3,8 @@
* The loop that displays an attachment
*
* The loop displays the posts and the post content. See
- * http://codex.wordpress.org/The_Loop to understand it and
- * http://codex.wordpress.org/Template_Tags to understand
+ * https://codex.wordpress.org/The_Loop to understand it and
+ * https://codex.wordpress.org/Template_Tags to understand
* the tags used in it.
*
* This can be overridden in child themes with loop-attachment.php.
diff --git a/wp-content/themes/twentyten/loop-page.php b/wp-content/themes/twentyten/loop-page.php
index c7c802e0a0..989881f74a 100644
--- a/wp-content/themes/twentyten/loop-page.php
+++ b/wp-content/themes/twentyten/loop-page.php
@@ -3,8 +3,8 @@
* The loop that displays a page
*
* The loop displays the posts and the post content. See
- * http://codex.wordpress.org/The_Loop to understand it and
- * http://codex.wordpress.org/Template_Tags to understand
+ * https://codex.wordpress.org/The_Loop to understand it and
+ * https://codex.wordpress.org/Template_Tags to understand
* the tags used in it.
*
* This can be overridden in child themes with loop-page.php.
diff --git a/wp-content/themes/twentyten/loop-single.php b/wp-content/themes/twentyten/loop-single.php
index e135660bbd..68dd08f6f8 100644
--- a/wp-content/themes/twentyten/loop-single.php
+++ b/wp-content/themes/twentyten/loop-single.php
@@ -3,8 +3,8 @@
* The loop that displays a single post
*
* The loop displays the posts and the post content. See
- * http://codex.wordpress.org/The_Loop to understand it and
- * http://codex.wordpress.org/Template_Tags to understand
+ * https://codex.wordpress.org/The_Loop to understand it and
+ * https://codex.wordpress.org/Template_Tags to understand
* the tags used in it.
*
* This can be overridden in child themes with loop-single.php.
diff --git a/wp-content/themes/twentyten/loop.php b/wp-content/themes/twentyten/loop.php
index 1ad01b2d8f..9f3088544f 100644
--- a/wp-content/themes/twentyten/loop.php
+++ b/wp-content/themes/twentyten/loop.php
@@ -3,8 +3,8 @@
* The loop that displays posts
*
* The loop displays the posts and the post content. See
- * http://codex.wordpress.org/The_Loop to understand it and
- * http://codex.wordpress.org/Template_Tags to understand
+ * https://codex.wordpress.org/The_Loop to understand it and
+ * https://codex.wordpress.org/Template_Tags to understand
* the tags used in it.
*
* This can be overridden in child themes with loop.php or
diff --git a/wp-content/themes/twentythirteen/archive.php b/wp-content/themes/twentythirteen/archive.php
index 9e0dd4d67f..445db7e641 100644
--- a/wp-content/themes/twentythirteen/archive.php
+++ b/wp-content/themes/twentythirteen/archive.php
@@ -10,7 +10,7 @@
* already has tag.php for Tag archives, category.php for Category archives,
* and author.php for Author archives.
*
- * @link http://codex.wordpress.org/Template_Hierarchy
+ * @link https://codex.wordpress.org/Template_Hierarchy
*
* @package WordPress
* @subpackage Twenty_Thirteen
@@ -52,4 +52,4 @@ get_header(); ?>
-
\ No newline at end of file
+
diff --git a/wp-content/themes/twentythirteen/author.php b/wp-content/themes/twentythirteen/author.php
index 3d76ba33ca..c7b5d87ada 100644
--- a/wp-content/themes/twentythirteen/author.php
+++ b/wp-content/themes/twentythirteen/author.php
@@ -2,7 +2,7 @@
/**
* The template for displaying Author archive pages
*
- * @link http://codex.wordpress.org/Template_Hierarchy
+ * @link https://codex.wordpress.org/Template_Hierarchy
*
* @package WordPress
* @subpackage Twenty_Thirteen
@@ -59,4 +59,4 @@ get_header(); ?>
-
\ No newline at end of file
+
diff --git a/wp-content/themes/twentythirteen/category.php b/wp-content/themes/twentythirteen/category.php
index a221239db2..f82e0abccb 100644
--- a/wp-content/themes/twentythirteen/category.php
+++ b/wp-content/themes/twentythirteen/category.php
@@ -2,7 +2,7 @@
/**
* The template for displaying Category pages
*
- * @link http://codex.wordpress.org/Template_Hierarchy
+ * @link https://codex.wordpress.org/Template_Hierarchy
*
* @package WordPress
* @subpackage Twenty_Thirteen
@@ -38,4 +38,4 @@ get_header(); ?>
-
\ No newline at end of file
+
diff --git a/wp-content/themes/twentythirteen/functions.php b/wp-content/themes/twentythirteen/functions.php
index 7bfa0e32ec..9c85c993f3 100644
--- a/wp-content/themes/twentythirteen/functions.php
+++ b/wp-content/themes/twentythirteen/functions.php
@@ -6,8 +6,8 @@
* theme as custom template tags. Others are attached to action and filter
* hooks in WordPress to change core functionality.
*
- * When using a child theme (see http://codex.wordpress.org/Theme_Development
- * and http://codex.wordpress.org/Child_Themes), you can override certain
+ * When using a child theme (see https://codex.wordpress.org/Theme_Development
+ * and https://codex.wordpress.org/Child_Themes), you can override certain
* functions (those wrapped in a function_exists() call) by defining them first
* in your child theme's functions.php file. The child theme's functions.php
* file is included before the parent theme's file, so the child theme
@@ -16,7 +16,7 @@
* Functions that are not pluggable (not wrapped in function_exists()) are
* instead attached to a filter or action hook.
*
- * For more information on hooks, actions, and filters, @link http://codex.wordpress.org/Plugin_API
+ * For more information on hooks, actions, and filters, @link https://codex.wordpress.org/Plugin_API
*
* @package WordPress
* @subpackage Twenty_Thirteen
@@ -87,7 +87,7 @@ function twentythirteen_setup() {
/*
* This theme supports all available post formats by default.
- * See http://codex.wordpress.org/Post_Formats
+ * See https://codex.wordpress.org/Post_Formats
*/
add_theme_support( 'post-formats', array(
'aside', 'audio', 'chat', 'gallery', 'image', 'link', 'quote', 'status', 'video'
diff --git a/wp-content/themes/twentythirteen/image.php b/wp-content/themes/twentythirteen/image.php
index b2d86bf99d..9f5f29b471 100644
--- a/wp-content/themes/twentythirteen/image.php
+++ b/wp-content/themes/twentythirteen/image.php
@@ -2,7 +2,7 @@
/**
* The template for displaying image attachments
*
- * @link http://codex.wordpress.org/Template_Hierarchy
+ * @link https://codex.wordpress.org/Template_Hierarchy
*
* @package WordPress
* @subpackage Twenty_Thirteen
@@ -79,4 +79,4 @@ get_header(); ?>
-
\ No newline at end of file
+
diff --git a/wp-content/themes/twentythirteen/inc/custom-header.php b/wp-content/themes/twentythirteen/inc/custom-header.php
index 43ee3b287f..6a9a6adc5e 100644
--- a/wp-content/themes/twentythirteen/inc/custom-header.php
+++ b/wp-content/themes/twentythirteen/inc/custom-header.php
@@ -2,7 +2,7 @@
/**
* Implement a custom header for Twenty Thirteen
*
- * @link http://codex.wordpress.org/Custom_Headers
+ * @link https://codex.wordpress.org/Custom_Headers
*
* @package WordPress
* @subpackage Twenty_Thirteen
diff --git a/wp-content/themes/twentythirteen/index.php b/wp-content/themes/twentythirteen/index.php
index d59c10834b..1fe9b550db 100644
--- a/wp-content/themes/twentythirteen/index.php
+++ b/wp-content/themes/twentythirteen/index.php
@@ -7,7 +7,7 @@
* It is used to display a page when nothing more specific matches a query.
* For example, it puts together the home page when no home.php file exists.
*
- * @link http://codex.wordpress.org/Template_Hierarchy
+ * @link https://codex.wordpress.org/Template_Hierarchy
*
* @package WordPress
* @subpackage Twenty_Thirteen
@@ -35,4 +35,4 @@ get_header(); ?>
-
\ No newline at end of file
+
diff --git a/wp-content/themes/twentythirteen/tag.php b/wp-content/themes/twentythirteen/tag.php
index 2929321033..f00180d3bb 100644
--- a/wp-content/themes/twentythirteen/tag.php
+++ b/wp-content/themes/twentythirteen/tag.php
@@ -4,7 +4,7 @@
*
* Used to display archive-type pages for posts in a tag.
*
- * @link http://codex.wordpress.org/Template_Hierarchy
+ * @link https://codex.wordpress.org/Template_Hierarchy
*
* @package WordPress
* @subpackage Twenty_Thirteen
@@ -40,4 +40,4 @@ get_header(); ?>
-
\ No newline at end of file
+
diff --git a/wp-content/themes/twentythirteen/taxonomy-post_format.php b/wp-content/themes/twentythirteen/taxonomy-post_format.php
index 3f5825b202..3cf2970ee1 100644
--- a/wp-content/themes/twentythirteen/taxonomy-post_format.php
+++ b/wp-content/themes/twentythirteen/taxonomy-post_format.php
@@ -6,7 +6,7 @@
* If you'd like to further customize these Post Format views, you may create a
* new template file for each specific one.
*
- * @link http://codex.wordpress.org/Template_Hierarchy
+ * @link https://codex.wordpress.org/Template_Hierarchy
*
* @package WordPress
* @subpackage Twenty_Thirteen
@@ -38,4 +38,4 @@ get_header(); ?>
-
\ No newline at end of file
+
diff --git a/wp-content/themes/twentytwelve/archive.php b/wp-content/themes/twentytwelve/archive.php
index 2d442bd37d..f71ecf90ed 100644
--- a/wp-content/themes/twentytwelve/archive.php
+++ b/wp-content/themes/twentytwelve/archive.php
@@ -10,7 +10,7 @@
* has tag.php for Tag archives, category.php for Category archives, and
* author.php for Author archives.
*
- * @link http://codex.wordpress.org/Template_Hierarchy
+ * @link https://codex.wordpress.org/Template_Hierarchy
*
* @package WordPress
* @subpackage Twenty_Twelve
@@ -60,4 +60,4 @@ get_header(); ?>
-
\ No newline at end of file
+
diff --git a/wp-content/themes/twentytwelve/author.php b/wp-content/themes/twentytwelve/author.php
index 4e95eafc22..9a55c34199 100644
--- a/wp-content/themes/twentytwelve/author.php
+++ b/wp-content/themes/twentytwelve/author.php
@@ -4,7 +4,7 @@
*
* Used to display archive-type pages for posts by an author.
*
- * @link http://codex.wordpress.org/Template_Hierarchy
+ * @link https://codex.wordpress.org/Template_Hierarchy
*
* @package WordPress
* @subpackage Twenty_Twelve
@@ -81,4 +81,4 @@ get_header(); ?>
-
\ No newline at end of file
+
diff --git a/wp-content/themes/twentytwelve/category.php b/wp-content/themes/twentytwelve/category.php
index 0376977e65..02f1326056 100644
--- a/wp-content/themes/twentytwelve/category.php
+++ b/wp-content/themes/twentytwelve/category.php
@@ -4,7 +4,7 @@
*
* Used to display archive-type pages for posts in a category.
*
- * @link http://codex.wordpress.org/Template_Hierarchy
+ * @link https://codex.wordpress.org/Template_Hierarchy
*
* @package WordPress
* @subpackage Twenty_Twelve
@@ -48,4 +48,4 @@ get_header(); ?>
-
\ No newline at end of file
+
diff --git a/wp-content/themes/twentytwelve/functions.php b/wp-content/themes/twentytwelve/functions.php
index a473a79175..f877ab7d67 100644
--- a/wp-content/themes/twentytwelve/functions.php
+++ b/wp-content/themes/twentytwelve/functions.php
@@ -6,8 +6,8 @@
* in the theme as custom template tags. Others are attached to action and
* filter hooks in WordPress to change core functionality.
*
- * When using a child theme (see http://codex.wordpress.org/Theme_Development and
- * http://codex.wordpress.org/Child_Themes), you can override certain functions
+ * When using a child theme (see https://codex.wordpress.org/Theme_Development and
+ * https://codex.wordpress.org/Child_Themes), you can override certain functions
* (those wrapped in a function_exists() call) by defining them first in your child theme's
* functions.php file. The child theme's functions.php file is included before the parent
* theme's file, so the child theme functions would be used.
@@ -15,7 +15,7 @@
* Functions that are not pluggable (not wrapped in function_exists()) are instead attached
* to a filter or action hook.
*
- * For more information on hooks, actions, and filters, @link http://codex.wordpress.org/Plugin_API
+ * For more information on hooks, actions, and filters, @link https://codex.wordpress.org/Plugin_API
*
* @package WordPress
* @subpackage Twenty_Twelve
diff --git a/wp-content/themes/twentytwelve/image.php b/wp-content/themes/twentytwelve/image.php
index 9f3d7a25ae..976e017d50 100644
--- a/wp-content/themes/twentytwelve/image.php
+++ b/wp-content/themes/twentytwelve/image.php
@@ -2,7 +2,7 @@
/**
* The template for displaying image attachments
*
- * @link http://codex.wordpress.org/Template_Hierarchy
+ * @link https://codex.wordpress.org/Template_Hierarchy
*
* @package WordPress
* @subpackage Twenty_Twelve
@@ -113,4 +113,4 @@ endif;
-
\ No newline at end of file
+
diff --git a/wp-content/themes/twentytwelve/inc/custom-header.php b/wp-content/themes/twentytwelve/inc/custom-header.php
index 45174d4762..2a886bd409 100644
--- a/wp-content/themes/twentytwelve/inc/custom-header.php
+++ b/wp-content/themes/twentytwelve/inc/custom-header.php
@@ -2,7 +2,7 @@
/**
* Implement an optional custom header for Twenty Twelve
*
- * See http://codex.wordpress.org/Custom_Headers
+ * See https://codex.wordpress.org/Custom_Headers
*
* @package WordPress
* @subpackage Twenty_Twelve
diff --git a/wp-content/themes/twentytwelve/index.php b/wp-content/themes/twentytwelve/index.php
index 74b574ec12..7420be53e4 100644
--- a/wp-content/themes/twentytwelve/index.php
+++ b/wp-content/themes/twentytwelve/index.php
@@ -7,7 +7,7 @@
* It is used to display a page when nothing more specific matches a query.
* For example, it puts together the home page when no home.php file exists.
*
- * @link http://codex.wordpress.org/Template_Hierarchy
+ * @link https://codex.wordpress.org/Template_Hierarchy
*
* @package WordPress
* @subpackage Twenty_Twelve
@@ -63,4 +63,4 @@ get_header(); ?>
-
\ No newline at end of file
+
diff --git a/wp-content/themes/twentytwelve/tag.php b/wp-content/themes/twentytwelve/tag.php
index 4e8b14c70e..1742df4adb 100644
--- a/wp-content/themes/twentytwelve/tag.php
+++ b/wp-content/themes/twentytwelve/tag.php
@@ -4,7 +4,7 @@
*
* Used to display archive-type pages for posts in a tag.
*
- * @link http://codex.wordpress.org/Template_Hierarchy
+ * @link https://codex.wordpress.org/Template_Hierarchy
*
* @package WordPress
* @subpackage Twenty_Twelve
@@ -49,4 +49,4 @@ get_header(); ?>
-
\ No newline at end of file
+
diff --git a/wp-includes/admin-bar.php b/wp-includes/admin-bar.php
index 80d817fbce..746fdca782 100644
--- a/wp-includes/admin-bar.php
+++ b/wp-includes/admin-bar.php
@@ -127,7 +127,7 @@ function wp_admin_bar_wp_menu( $wp_admin_bar ) {
'parent' => 'wp-logo-external',
'id' => 'documentation',
'title' => __('Documentation'),
- 'href' => __('http://codex.wordpress.org/'),
+ 'href' => __('https://codex.wordpress.org/'),
) );
// Add forums link
diff --git a/wp-includes/author-template.php b/wp-includes/author-template.php
index 0ec3e9a68e..2e520f5424 100644
--- a/wp-includes/author-template.php
+++ b/wp-includes/author-template.php
@@ -4,7 +4,7 @@
*
* These functions must be used within the WordPress Loop.
*
- * @link http://codex.wordpress.org/Author_Templates
+ * @link https://codex.wordpress.org/Author_Templates
*
* @package WordPress
* @subpackage Template
@@ -49,7 +49,7 @@ function get_the_author($deprecated = '') {
*
* @since 0.71
* @see get_the_author()
- * @link http://codex.wordpress.org/Template_Tags/the_author
+ * @link https://codex.wordpress.org/Template_Tags/the_author
*
* @param string $deprecated Deprecated.
* @param string $deprecated_echo Deprecated. Use get_the_author(). Echo the string or return it.
@@ -101,7 +101,7 @@ function the_modified_author() {
/**
* Retrieve the requested data of the author of the current post.
- * @link http://codex.wordpress.org/Template_Tags/the_author_meta
+ * @link https://codex.wordpress.org/Template_Tags/the_author_meta
* @since 2.8.0
* @param string $field selects the field of the users record.
* @param int $user_id Optional. User ID.
@@ -135,7 +135,7 @@ function get_the_author_meta( $field = '', $user_id = false ) {
/**
* Retrieve the requested data of the author of the current post.
- * @link http://codex.wordpress.org/Template_Tags/the_author_meta
+ * @link https://codex.wordpress.org/Template_Tags/the_author_meta
* @since 2.8.0
* @param string $field selects the field of the users record.
* @param int $user_id Optional. User ID.
@@ -177,7 +177,7 @@ function get_the_author_link() {
* If the author has a home page set, echo an HTML link, otherwise just echo the
* author's name.
*
- * @link http://codex.wordpress.org/Template_Tags/the_author_link
+ * @link https://codex.wordpress.org/Template_Tags/the_author_link
*
* @since 2.1.0
*/
@@ -203,7 +203,7 @@ function get_the_author_posts() {
/**
* Display the number of posts by the author of the current post.
*
- * @link http://codex.wordpress.org/Template_Tags/the_author_posts
+ * @link https://codex.wordpress.org/Template_Tags/the_author_posts
* @since 0.71
*/
function the_author_posts() {
@@ -217,7 +217,7 @@ function the_author_posts() {
* reason for this, is that another function is used to help in printing the
* link to the author's posts.
*
- * @link http://codex.wordpress.org/Template_Tags/the_author_posts_link
+ * @link https://codex.wordpress.org/Template_Tags/the_author_posts_link
* @since 1.2.0
* @param string $deprecated Deprecated.
*/
@@ -287,7 +287,7 @@ function get_author_posts_url($author_id, $author_nicename = '') {
/**
* List all the authors of the blog, with several options available.
*
- * @link http://codex.wordpress.org/Template_Tags/wp_list_authors
+ * @link https://codex.wordpress.org/Template_Tags/wp_list_authors
*
* @since 1.2.0
*
diff --git a/wp-includes/cache.php b/wp-includes/cache.php
index 79b038b5f6..d75c82c669 100644
--- a/wp-includes/cache.php
+++ b/wp-includes/cache.php
@@ -2,7 +2,7 @@
/**
* Object Cache API
*
- * @link http://codex.wordpress.org/Function_Reference/WP_Cache
+ * @link https://codex.wordpress.org/Function_Reference/WP_Cache
*
* @package WordPress
* @subpackage Cache
diff --git a/wp-includes/category.php b/wp-includes/category.php
index 6d2ad99319..1cd4acc747 100644
--- a/wp-includes/category.php
+++ b/wp-includes/category.php
@@ -14,7 +14,7 @@
*
* @since 2.1.0
* @see get_terms() Type of arguments that can be changed.
- * @link http://codex.wordpress.org/Function_Reference/get_categories
+ * @link https://codex.wordpress.org/Function_Reference/get_categories
*
* @param string|array $args Optional. Change the defaults retrieving categories.
* @return array List of categories.
diff --git a/wp-includes/class-oembed.php b/wp-includes/class-oembed.php
index e0ba9b3771..4e88836799 100644
--- a/wp-includes/class-oembed.php
+++ b/wp-includes/class-oembed.php
@@ -3,7 +3,7 @@
* API for fetching the HTML to embed remote content based on a provided URL.
* Used internally by the {@link WP_Embed} class, but is designed to be generic.
*
- * @link http://codex.wordpress.org/oEmbed oEmbed Codex Article
+ * @link https://codex.wordpress.org/oEmbed oEmbed Codex Article
* @link http://oembed.com/ oEmbed Homepage
*
* @package WordPress
diff --git a/wp-includes/comment.php b/wp-includes/comment.php
index 6c6ca6fabb..75c77b1d91 100644
--- a/wp-includes/comment.php
+++ b/wp-includes/comment.php
@@ -1131,7 +1131,7 @@ function get_comment_count( $post_id = 0 ) {
* Add meta data field to a comment.
*
* @since 2.9.0
- * @link http://codex.wordpress.org/Function_Reference/add_comment_meta
+ * @link https://codex.wordpress.org/Function_Reference/add_comment_meta
*
* @param int $comment_id Comment ID.
* @param string $meta_key Metadata name.
@@ -1151,7 +1151,7 @@ function add_comment_meta($comment_id, $meta_key, $meta_value, $unique = false)
* allows removing all metadata matching key, if needed.
*
* @since 2.9.0
- * @link http://codex.wordpress.org/Function_Reference/delete_comment_meta
+ * @link https://codex.wordpress.org/Function_Reference/delete_comment_meta
*
* @param int $comment_id comment ID
* @param string $meta_key Metadata name.
@@ -1166,7 +1166,7 @@ function delete_comment_meta($comment_id, $meta_key, $meta_value = '') {
* Retrieve comment meta field for a comment.
*
* @since 2.9.0
- * @link http://codex.wordpress.org/Function_Reference/get_comment_meta
+ * @link https://codex.wordpress.org/Function_Reference/get_comment_meta
*
* @param int $comment_id Comment ID.
* @param string $key Optional. The meta key to retrieve. By default, returns data for all keys.
@@ -1187,7 +1187,7 @@ function get_comment_meta($comment_id, $key = '', $single = false) {
* If the meta field for the comment does not exist, it will be added.
*
* @since 2.9.0
- * @link http://codex.wordpress.org/Function_Reference/update_comment_meta
+ * @link https://codex.wordpress.org/Function_Reference/update_comment_meta
*
* @param int $comment_id Comment ID.
* @param string $meta_key Metadata key.
diff --git a/wp-includes/cron.php b/wp-includes/cron.php
index 6455acf2c4..4b755068ab 100644
--- a/wp-includes/cron.php
+++ b/wp-includes/cron.php
@@ -13,7 +13,7 @@
* WordPress site, if the schedule time has passed.
*
* @since 2.1.0
- * @link http://codex.wordpress.org/Function_Reference/wp_schedule_single_event
+ * @link https://codex.wordpress.org/Function_Reference/wp_schedule_single_event
*
* @param int $timestamp Timestamp for when to run the event.
* @param string $hook Action hook to execute when cron is run.
diff --git a/wp-includes/date.php b/wp-includes/date.php
index f37d6ccc86..2e903a2518 100644
--- a/wp-includes/date.php
+++ b/wp-includes/date.php
@@ -10,7 +10,7 @@
* return no results. In these cases, a _doing_it_wrong() error notice is also thrown.
* See {@link WP_Date_Query::validate_date_values()}.
*
- * @link http://codex.wordpress.org/Function_Reference/WP_Query Codex page.
+ * @link https://codex.wordpress.org/Function_Reference/WP_Query Codex page.
*
* @since 3.7.0
*/
diff --git a/wp-includes/deprecated.php b/wp-includes/deprecated.php
index 77dd70b462..6345bd7ca4 100644
--- a/wp-includes/deprecated.php
+++ b/wp-includes/deprecated.php
@@ -54,7 +54,7 @@ function get_postdata($postid) {
*
* @since 1.0.1
* @deprecated 1.5.0
- * @deprecated Use The Loop - {@link http://codex.wordpress.org/The_Loop Use new WordPress Loop}
+ * @deprecated Use The Loop - {@link https://codex.wordpress.org/The_Loop Use new WordPress Loop}
*/
function start_wp() {
global $wp_query;
@@ -1310,7 +1310,7 @@ function get_category_children( $id, $before = '/', $after = '', $visited = arra
* @since 2.0.0
* @deprecated 4.0.0 Use get_terms() instead.
* @see get_terms()
- * @link http://codex.wordpress.org/Function_Reference/get_all_category_ids
+ * @link https://codex.wordpress.org/Function_Reference/get_all_category_ids
*
* @return object List of all of the category IDs.
*/
diff --git a/wp-includes/functions.php b/wp-includes/functions.php
index 7a49026563..9a0ee8880a 100644
--- a/wp-includes/functions.php
+++ b/wp-includes/functions.php
@@ -3556,11 +3556,11 @@ function _doing_it_wrong( $function, $message, $version ) {
if ( WP_DEBUG && apply_filters( 'doing_it_wrong_trigger_error', true ) ) {
if ( function_exists( '__' ) ) {
$version = is_null( $version ) ? '' : sprintf( __( '(This message was added in version %s.)' ), $version );
- $message .= ' ' . __( 'Please see Debugging in WordPress for more information.' );
+ $message .= ' ' . __( 'Please see Debugging in WordPress for more information.' );
trigger_error( sprintf( __( '%1$s was called incorrectly . %2$s %3$s' ), $function, $message, $version ) );
} else {
$version = is_null( $version ) ? '' : sprintf( '(This message was added in version %s.)', $version );
- $message .= ' Please see Debugging in WordPress for more information.';
+ $message .= ' Please see Debugging in WordPress for more information.';
trigger_error( sprintf( '%1$s was called incorrectly . %2$s %3$s', $function, $message, $version ) );
}
}
@@ -4183,7 +4183,7 @@ function wp_scheduled_delete() {
* If the file data is not within that first 8kiB, then the author should correct
* their plugin file and move the data headers to the top.
*
- * @link http://codex.wordpress.org/File_Header
+ * @link https://codex.wordpress.org/File_Header
*
* @since 2.9.0
*
diff --git a/wp-includes/ms-load.php b/wp-includes/ms-load.php
index 738f7711da..bc925baaa9 100644
--- a/wp-includes/ms-load.php
+++ b/wp-includes/ms-load.php
@@ -423,7 +423,7 @@ function ms_not_installed() {
) . '';
}
$msg .= '' . __( 'What do I do now?' ) . ' ';
- $msg .= __( 'Read the bug report page. Some of the guidelines there may help you figure out what went wrong.' );
+ $msg .= __( 'Read the bug report page. Some of the guidelines there may help you figure out what went wrong.' );
$msg .= ' ' . __( 'If you’re still stuck with this message, then check that your database contains the following tables:' ) . '
';
foreach ( $wpdb->tables('global') as $t => $table ) {
if ( 'sitecategories' == $t )
diff --git a/wp-includes/plugin.php b/wp-includes/plugin.php
index e5e52885f9..331633c45c 100644
--- a/wp-includes/plugin.php
+++ b/wp-includes/plugin.php
@@ -11,7 +11,7 @@
* {@link http://us2.php.net/manual/en/language.pseudo-types.php#language.types.callback 'callback'}
* type are valid.
*
- * Also see the {@link http://codex.wordpress.org/Plugin_API Plugin API} for
+ * Also see the {@link https://codex.wordpress.org/Plugin_API Plugin API} for
* more information and examples on how to use a lot of these functions.
*
* @package WordPress
diff --git a/wp-includes/post.php b/wp-includes/post.php
index 917515afc2..7b6575366a 100644
--- a/wp-includes/post.php
+++ b/wp-includes/post.php
@@ -1603,7 +1603,7 @@ function _post_type_meta_capabilities( $capabilities = null ) {
* - singular_name - name for one object of this post type. Default is Post/Page
* - add_new - Default is Add New for both hierarchical and non-hierarchical types.
* When internationalizing this string, please use a gettext context
- * {@link http://codex.wordpress.org/I18n_for_WordPress_Developers#Disambiguation_by_context}
+ * {@link https://codex.wordpress.org/I18n_for_WordPress_Developers#Disambiguation_by_context}
* matching your post type. Example: `_x( 'Add New', 'product' );`.
* - add_new_item - Default is Add New Post/Add New Page.
* - edit_item - Default is Edit Post/Edit Page.
diff --git a/wp-includes/query.php b/wp-includes/query.php
index 5c1c97cd31..6cfdd2ee5d 100644
--- a/wp-includes/query.php
+++ b/wp-includes/query.php
@@ -5,7 +5,7 @@
* The query API attempts to get which part of WordPress the user is on. It
* also provides functionality for getting URL query information.
*
- * @link http://codex.wordpress.org/The_Loop More information on The Loop.
+ * @link https://codex.wordpress.org/The_Loop More information on The Loop.
*
* @package WordPress
* @subpackage Query
@@ -722,7 +722,7 @@ function is_404() {
function is_main_query() {
if ( 'pre_get_posts' === current_filter() ) {
$message = sprintf( __( 'In %1$s
, use the %2$s
method, not the %3$s
function. See %4$s.' ),
- 'pre_get_posts', 'WP_Query::is_main_query()', 'is_main_query()', __( 'http://codex.wordpress.org/Function_Reference/is_main_query' ) );
+ 'pre_get_posts', 'WP_Query::is_main_query()', 'is_main_query()', __( 'https://codex.wordpress.org/Function_Reference/is_main_query' ) );
_doing_it_wrong( __FUNCTION__, $message, '3.7' );
}
@@ -830,7 +830,7 @@ function the_comment() {
/**
* The WordPress Query class.
*
- * @link http://codex.wordpress.org/Function_Reference/WP_Query Codex page.
+ * @link https://codex.wordpress.org/Function_Reference/WP_Query Codex page.
*
* @since 1.5.0
*/
diff --git a/wp-includes/shortcodes.php b/wp-includes/shortcodes.php
index 1919af4d5f..e3c267a4bb 100644
--- a/wp-includes/shortcodes.php
+++ b/wp-includes/shortcodes.php
@@ -23,7 +23,7 @@
*
* $out = do_shortcode( $content );
*
- * @link http://codex.wordpress.org/Shortcode_API
+ * @link https://codex.wordpress.org/Shortcode_API
*
* @package WordPress
* @subpackage Shortcodes
diff --git a/wp-includes/user.php b/wp-includes/user.php
index 1972a13a5d..9db85211b5 100644
--- a/wp-includes/user.php
+++ b/wp-includes/user.php
@@ -1249,7 +1249,7 @@ function is_user_member_of_blog( $user_id = 0, $blog_id = 0 ) {
* Post meta data is called "Custom Fields" on the Administration Screens.
*
* @since 3.0.0
- * @link http://codex.wordpress.org/Function_Reference/add_user_meta
+ * @link https://codex.wordpress.org/Function_Reference/add_user_meta
*
* @param int $user_id User ID.
* @param string $meta_key Metadata name.
@@ -1269,7 +1269,7 @@ function add_user_meta($user_id, $meta_key, $meta_value, $unique = false) {
* allows removing all metadata matching key, if needed.
*
* @since 3.0.0
- * @link http://codex.wordpress.org/Function_Reference/delete_user_meta
+ * @link https://codex.wordpress.org/Function_Reference/delete_user_meta
*
* @param int $user_id user ID
* @param string $meta_key Metadata name.
@@ -1284,7 +1284,7 @@ function delete_user_meta($user_id, $meta_key, $meta_value = '') {
* Retrieve user meta field for a user.
*
* @since 3.0.0
- * @link http://codex.wordpress.org/Function_Reference/get_user_meta
+ * @link https://codex.wordpress.org/Function_Reference/get_user_meta
*
* @param int $user_id User ID.
* @param string $key Optional. The meta key to retrieve. By default, returns data for all keys.
@@ -1305,7 +1305,7 @@ function get_user_meta($user_id, $key = '', $single = false) {
* If the meta field for the user does not exist, it will be added.
*
* @since 3.0.0
- * @link http://codex.wordpress.org/Function_Reference/update_user_meta
+ * @link https://codex.wordpress.org/Function_Reference/update_user_meta
*
* @param int $user_id User ID.
* @param string $meta_key Metadata key.
diff --git a/wp-includes/vars.php b/wp-includes/vars.php
index 996d173830..da29cb20f0 100644
--- a/wp-includes/vars.php
+++ b/wp-includes/vars.php
@@ -10,7 +10,7 @@
* servers with known pretty permalink capability.
*
* Note: Though Nginx is detected, WordPress does not currently
- * generate rewrite rules for it. See http://codex.wordpress.org/Nginx
+ * generate rewrite rules for it. See https://codex.wordpress.org/Nginx
*
* @package WordPress
*/
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 25a1bec4e3..ca2360ce3e 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
-$wp_version = '4.2-beta4-32115';
+$wp_version = '4.2-beta4-32116';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
diff --git a/wp-includes/widgets.php b/wp-includes/widgets.php
index 48d7f90979..a488a90f60 100644
--- a/wp-includes/widgets.php
+++ b/wp-includes/widgets.php
@@ -6,8 +6,8 @@
* This functionality was found in a plugin before WordPress 2.2 release which
* included it in the core from that point on.
*
- * @link http://codex.wordpress.org/Plugins/WordPress_Widgets WordPress Widgets
- * @link http://codex.wordpress.org/Plugins/WordPress_Widgets_Api Widgets API
+ * @link https://codex.wordpress.org/Plugins/WordPress_Widgets WordPress Widgets
+ * @link https://codex.wordpress.org/Plugins/WordPress_Widgets_Api Widgets API
*
* @package WordPress
* @subpackage Widgets
diff --git a/wp-includes/wp-db.php b/wp-includes/wp-db.php
index beab8e7eba..08fc3e5565 100644
--- a/wp-includes/wp-db.php
+++ b/wp-includes/wp-db.php
@@ -43,7 +43,7 @@ define( 'ARRAY_N', 'ARRAY_N' );
* file to your class. The wpdb class will still be included,
* so you can extend it or simply use your own.
*
- * @link http://codex.wordpress.org/Function_Reference/wpdb_Class
+ * @link https://codex.wordpress.org/Function_Reference/wpdb_Class
*
* @package WordPress
* @subpackage Database
diff --git a/wp-load.php b/wp-load.php
index c022abcee5..983298bb68 100644
--- a/wp-load.php
+++ b/wp-load.php
@@ -73,7 +73,7 @@ if ( file_exists( ABSPATH . 'wp-config.php') ) {
// Die with an error message
$die = __( "There doesn't seem to be a wp-config.php
file. I need this before we can get started." ) . '';
- $die .= '' . __( "Need more help? We got it ." ) . '
';
+ $die .= '' . __( "Need more help? We got it ." ) . '
';
$die .= '' . __( "You can create a wp-config.php
file through a web interface, but this doesn't work for all server setups. The safest way is to manually create the file." ) . '
';
$die .= '' . __( "Create a Configuration File" ) . ' ';
diff --git a/wp-login.php b/wp-login.php
index 9eac5ae01d..d52ccb3a4a 100644
--- a/wp-login.php
+++ b/wp-login.php
@@ -797,11 +797,11 @@ default:
if ( empty( $_COOKIE[ LOGGED_IN_COOKIE ] ) ) {
if ( headers_sent() ) {
$user = new WP_Error( 'test_cookie', sprintf( __( 'ERROR : Cookies are blocked due to unexpected output. For help, please see this documentation or try the support forums .' ),
- __( 'http://codex.wordpress.org/Cookies' ), __( 'https://wordpress.org/support/' ) ) );
+ __( 'https://codex.wordpress.org/Cookies' ), __( 'https://wordpress.org/support/' ) ) );
} elseif ( isset( $_POST['testcookie'] ) && empty( $_COOKIE[ TEST_COOKIE ] ) ) {
// If cookies are disabled we can't log in even with a valid user+pass
$user = new WP_Error( 'test_cookie', sprintf( __( 'ERROR : Cookies are blocked or not supported by your browser. You must enable cookies to use WordPress.' ),
- __( 'http://codex.wordpress.org/Cookies' ) ) );
+ __( 'https://codex.wordpress.org/Cookies' ) ) );
}
}
diff --git a/wp-settings.php b/wp-settings.php
index 715a2c2802..f90ff11c10 100644
--- a/wp-settings.php
+++ b/wp-settings.php
@@ -367,7 +367,7 @@ if ( is_multisite() ) {
* AJAX requests should use wp-admin/admin-ajax.php. admin-ajax.php can handle requests for
* users not logged in.
*
- * @link http://codex.wordpress.org/AJAX_in_Plugins
+ * @link https://codex.wordpress.org/AJAX_in_Plugins
*
* @since 3.0.0
*/