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

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.'); ?>


- + 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 ' ' . __( '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() ) {
-

URLs which have question marks and lots of numbers in them; however, WordPress offers you the ability to create a custom URL structure for your permalinks and archives. This can improve the aesthetics, usability, and forward-compatibility of your links. A number of tags are available, and here are some examples to get you started.'); ?>

+

URLs which have question marks and lots of numbers in them; however, WordPress offers you the ability to create a custom URL structure for your permalinks and archives. This can improve the aesthetics, usability, and forward-compatibility of your links. A number of tags are available, and here are some examples to get you started.'); ?>

-

web.config file were 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. Click in the field and press CTRL + a to select all. Then insert this rule inside of the /<configuration>/<system.webServer>/<rewrite>/<rules> element in web.config file.') ?>

+

web.config file were 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. Click in the field and press CTRL + a to select all. Then insert this rule inside of the /<configuration>/<system.webServer>/<rewrite>/<rules> element in web.config file.') ?>

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.') ?>

@@ -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.') ?>

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 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 '

'; - _e('Important: before updating, please back up your database and files. For help with updates, visit the Updating WordPress Codex page.'); + _e('Important: before updating, please back up your database and files. For help with updates, visit the Updating WordPress Codex page.'); 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 ) ) : ?> - More information'); ?> + More information'); ?> 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' => '', ) ); } 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:' ) . '