diff --git a/readme.html b/readme.html index 82da6a0e04..32ba94d648 100644 --- a/readme.html +++ b/readme.html @@ -75,7 +75,7 @@
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 (Internet Relay Chat) Channel
+
WordPress IRC (Internet Relay Chat) 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)
diff --git a/wp-admin/network/settings.php b/wp-admin/network/settings.php index ffee085814..a96c336735 100644 --- a/wp-admin/network/settings.php +++ b/wp-admin/network/settings.php @@ -60,7 +60,7 @@ get_current_screen()->add_help_tab( get_current_screen()->set_help_sidebar( '

' . __( 'For more information:' ) . '

' . - '

' . __( 'Documentation on Network Settings' ) . '

' . + '

' . __( 'Documentation on Network Settings' ) . '

' . '

' . __( 'Support' ) . '

' ); diff --git a/wp-admin/options-writing.php b/wp-admin/options-writing.php index 8134c2fb83..5944124bce 100644 --- a/wp-admin/options-writing.php +++ b/wp-admin/options-writing.php @@ -205,9 +205,9 @@ if ( apply_filters( 'enable_update_services_configuration', true ) ) {

@@ -219,9 +219,9 @@ if ( apply_filters( 'enable_update_services_configuration', true ) ) {

Update Services because of your site’s visibility settings.' ), - __( 'https://codex.wordpress.org/Update_Services' ), + __( 'https://wordpress.org/support/article/update-services/' ), 'options-reading.php' ); ?> diff --git a/wp-includes/query.php b/wp-includes/query.php index a67c2e1516..8668f62a8a 100644 --- a/wp-includes/query.php +++ b/wp-includes/query.php @@ -901,12 +901,12 @@ function is_embed() { function is_main_query() { if ( 'pre_get_posts' === current_filter() ) { $message = sprintf( - /* translators: 1: pre_get_posts, 2: WP_Query->is_main_query(), 3: is_main_query(), 4: Link to codex is_main_query() page. */ + /* translators: 1: pre_get_posts, 2: WP_Query->is_main_query(), 3: is_main_query(), 4: Documentation URL. */ __( '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()', - __( 'https://codex.wordpress.org/Function_Reference/is_main_query' ) + __( 'https://developer.wordpress.org/reference/functions/is_main_query/' ) ); _doing_it_wrong( __FUNCTION__, $message, '3.7.0' ); } diff --git a/wp-includes/version.php b/wp-includes/version.php index e2c262cbde..d2b5e0ae64 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.7-alpha-49911'; +$wp_version = '5.7-alpha-49912'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. diff --git a/wp-includes/wp-db.php b/wp-includes/wp-db.php index 5eabf8a540..37984547ad 100644 --- a/wp-includes/wp-db.php +++ b/wp-includes/wp-db.php @@ -1887,11 +1887,11 @@ class wpdb { /** * Performs a MySQL database query, using current database connection. * - * More information can be found on the Codex page. + * More information can be found on the documentation page. * * @since 0.71 * - * @link https://codex.wordpress.org/Function_Reference/wpdb_Class + * @link https://developer.wordpress.org/reference/classes/wpdb/ * * @param string $query Database query. * @return int|bool Boolean true for CREATE, ALTER, TRUNCATE and DROP queries. Number of rows