From ac10f9b9e48be4cabe3e45c761932c382b278422 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 25 Jul 2019 22:46:55 +0000 Subject: [PATCH] Bundled Themes: Replace Codex URLs with a corresponding HelpHub or DevHub article. Props ianbelanger, tobifjellner, SergeyBiryukov. See #47771. Built from https://develop.svn.wordpress.org/trunk@45675 git-svn-id: http://core.svn.wordpress.org/trunk@45486 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyeleven/content-aside.php | 2 +- wp-content/themes/twentyeleven/content-gallery.php | 2 +- wp-content/themes/twentyeleven/content-image.php | 2 +- wp-content/themes/twentyeleven/content-link.php | 2 +- wp-content/themes/twentyeleven/content-status.php | 2 +- wp-content/themes/twentyeleven/functions.php | 4 ++-- wp-content/themes/twentyeleven/inc/theme-options.php | 2 +- wp-content/themes/twentyeleven/inc/widgets.php | 2 +- wp-content/themes/twentyeleven/languages/twentyeleven.pot | 2 +- wp-content/themes/twentyfifteen/functions.php | 8 ++++---- wp-content/themes/twentyfifteen/readme.txt | 4 ++-- wp-content/themes/twentyfourteen/functions.php | 6 +++--- wp-content/themes/twentyfourteen/inc/widgets.php | 2 +- wp-content/themes/twentyseventeen/README.txt | 4 ++-- wp-content/themes/twentyseventeen/functions.php | 2 +- wp-content/themes/twentysixteen/functions.php | 6 +++--- wp-content/themes/twentysixteen/readme.txt | 4 ++-- wp-content/themes/twentyten/functions.php | 4 ++-- wp-content/themes/twentyten/loop-attachment.php | 4 ++-- wp-content/themes/twentyten/loop-page.php | 4 ++-- wp-content/themes/twentyten/loop-single.php | 4 ++-- wp-content/themes/twentyten/loop.php | 4 ++-- wp-content/themes/twentythirteen/functions.php | 6 +++--- wp-content/themes/twentytwelve/functions.php | 4 ++-- wp-includes/version.php | 2 +- 25 files changed, 44 insertions(+), 44 deletions(-) diff --git a/wp-content/themes/twentyeleven/content-aside.php b/wp-content/themes/twentyeleven/content-aside.php index 258db8fc45..83b0bf1826 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 https://codex.wordpress.org/Post_Formats + * @link https://wordpress.org/support/article/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 5f73a028bb..b76811c3b6 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 https://codex.wordpress.org/Post_Formats + * @link https://wordpress.org/support/article/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 a28e2f5442..050d4c3b28 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 https://codex.wordpress.org/Post_Formats + * @link https://wordpress.org/support/article/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 bf4743e4ec..6e283e15ae 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 https://codex.wordpress.org/Post_Formats + * @link https://wordpress.org/support/article/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 b7ac2b6be6..c4e9b4c425 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 https://codex.wordpress.org/Post_Formats + * @link https://wordpress.org/support/article/post-formats/ * * @package WordPress * @subpackage Twenty_Eleven diff --git a/wp-content/themes/twentyeleven/functions.php b/wp-content/themes/twentyeleven/functions.php index 004a5a6c9f..b70e7130f5 100644 --- a/wp-content/themes/twentyeleven/functions.php +++ b/wp-content/themes/twentyeleven/functions.php @@ -14,7 +14,7 @@ * 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 https://codex.wordpress.org/Theme_Development + * @link https://developer.wordpress.org/themes/basics/theme-functions/ * @link https://developer.wordpress.org/themes/advanced-topics/child-themes/ * * Functions that are not pluggable (not wrapped in function_exists()) are instead attached @@ -33,7 +33,7 @@ * } * * - * For more information on hooks, actions, and filters, see https://codex.wordpress.org/Plugin_API. + * For more information on hooks, actions, and filters, see https://developer.wordpress.org/plugins/. * * @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 4e7d0a76ee..98e6f0970c 100644 --- a/wp-content/themes/twentyeleven/inc/theme-options.php +++ b/wp-content/themes/twentyeleven/inc/theme-options.php @@ -118,7 +118,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', 'twentyeleven' ) . '

'; $screen = get_current_screen(); diff --git a/wp-content/themes/twentyeleven/inc/widgets.php b/wp-content/themes/twentyeleven/inc/widgets.php index 137d37c0bd..2c3caeded1 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 https://codex.wordpress.org/Widgets_API#Developing_Widgets + * @link https://developer.wordpress.org/themes/functionality/widgets/#developing-widgets * * @package WordPress * @subpackage Twenty_Eleven diff --git a/wp-content/themes/twentyeleven/languages/twentyeleven.pot b/wp-content/themes/twentyeleven/languages/twentyeleven.pot index c4cf638cec..e272461a8d 100644 --- a/wp-content/themes/twentyeleven/languages/twentyeleven.pot +++ b/wp-content/themes/twentyeleven/languages/twentyeleven.pot @@ -485,7 +485,7 @@ msgid "For more information:" msgstr "" #: inc/theme-options.php:121 -msgid "Documentation on Theme Options" +msgid "Documentation on Theme Options" msgstr "" #: inc/theme-options.php:122 diff --git a/wp-content/themes/twentyfifteen/functions.php b/wp-content/themes/twentyfifteen/functions.php index f312ce9e7c..48ad929b5a 100644 --- a/wp-content/themes/twentyfifteen/functions.php +++ b/wp-content/themes/twentyfifteen/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 https://codex.wordpress.org/Theme_Development + * @link https://developer.wordpress.org/themes/basics/theme-functions/ * @link https://developer.wordpress.org/themes/advanced-topics/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 https://codex.wordpress.org/Plugin_API} + * {@link https://developer.wordpress.org/plugins/} * * @package WordPress * @subpackage Twenty_Fifteen @@ -106,7 +106,7 @@ if ( ! function_exists( 'twentyfifteen_setup' ) ) : /* * Enable support for Post Formats. * - * See: https://codex.wordpress.org/Post_Formats + * See: https://wordpress.org/support/article/post-formats/ */ add_theme_support( 'post-formats', @@ -258,7 +258,7 @@ add_action( 'after_setup_theme', 'twentyfifteen_setup' ); * * @since Twenty Fifteen 1.0 * - * @link https://codex.wordpress.org/Function_Reference/register_sidebar + * @link https://developer.wordpress.org/reference/functions/register_sidebar/ */ function twentyfifteen_widgets_init() { register_sidebar( diff --git a/wp-content/themes/twentyfifteen/readme.txt b/wp-content/themes/twentyfifteen/readme.txt index fd936ad1f2..995c64ff13 100644 --- a/wp-content/themes/twentyfifteen/readme.txt +++ b/wp-content/themes/twentyfifteen/readme.txt @@ -19,14 +19,14 @@ Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty * Post Formats * The GPL v2.0 or later license. :) Use it to make something cool. -For more information about Twenty Fifteen please go to https://codex.wordpress.org/Twenty_Fifteen. +For more information about Twenty Fifteen please go to https://wordpress.org/support/article/twenty-fifteen/. == Installation == 1. In your admin panel, go to Appearance -> Themes and click the 'Add New' button. 2. Type in Twenty Fifteen in the search form and press the 'Enter' key on your keyboard. 3. Click on the 'Activate' button to use your new theme right away. -4. Go to https://codex.wordpress.org/Twenty_Fifteen for a guide on how to customize this theme. +4. Go to https://wordpress.org/support/article/twenty-fifteen/ for a guide on how to customize this theme. 5. Navigate to Appearance > Customize in your admin panel and customize to taste. == Copyright == diff --git a/wp-content/themes/twentyfourteen/functions.php b/wp-content/themes/twentyfourteen/functions.php index 174304df70..42a8129b2b 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 https://codex.wordpress.org/Theme_Development + * @link https://developer.wordpress.org/themes/basics/theme-functions/ * @link https://developer.wordpress.org/themes/advanced-topics/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 https://codex.wordpress.org/Plugin_API + * @link https://developer.wordpress.org/plugins/ * * @package WordPress * @subpackage Twenty_Fourteen @@ -149,7 +149,7 @@ if ( ! function_exists( 'twentyfourteen_setup' ) ) : /* * Enable support for Post Formats. - * See https://codex.wordpress.org/Post_Formats + * See https://wordpress.org/support/article/post-formats/ */ add_theme_support( 'post-formats', diff --git a/wp-content/themes/twentyfourteen/inc/widgets.php b/wp-content/themes/twentyfourteen/inc/widgets.php index d6fec2657f..f284e21004 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 https://codex.wordpress.org/Widgets_API#Developing_Widgets + * @link https://developer.wordpress.org/themes/functionality/widgets/#developing-widgets * * @package WordPress * @subpackage Twenty_Fourteen diff --git a/wp-content/themes/twentyseventeen/README.txt b/wp-content/themes/twentyseventeen/README.txt index 3e6640b04b..1fbda0ff4e 100644 --- a/wp-content/themes/twentyseventeen/README.txt +++ b/wp-content/themes/twentyseventeen/README.txt @@ -12,14 +12,14 @@ Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-rea Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device. -For more information about Twenty Seventeen please go to https://codex.wordpress.org/Twenty_Seventeen. +For more information about Twenty Seventeen please go to https://wordpress.org/support/article/twenty-seventeen/. == Installation == 1. In your admin panel, go to Appearance -> Themes and click the 'Add New' button. 2. Type in Twenty Seventeen in the search form and press the 'Enter' key on your keyboard. 3. Click on the 'Activate' button to use your new theme right away. -4. Go to https://codex.wordpress.org/Twenty_Seventeen for a guide on how to customize this theme. +4. Go to https://wordpress.org/support/article/twenty-seventeen/ for a guide on how to customize this theme. 5. Navigate to Appearance > Customize in your admin panel and customize to taste. == Copyright == diff --git a/wp-content/themes/twentyseventeen/functions.php b/wp-content/themes/twentyseventeen/functions.php index 4ae518db11..34cad0bbc3 100644 --- a/wp-content/themes/twentyseventeen/functions.php +++ b/wp-content/themes/twentyseventeen/functions.php @@ -83,7 +83,7 @@ function twentyseventeen_setup() { /* * Enable support for Post Formats. * - * See: https://codex.wordpress.org/Post_Formats + * See: https://wordpress.org/support/article/post-formats/ */ add_theme_support( 'post-formats', diff --git a/wp-content/themes/twentysixteen/functions.php b/wp-content/themes/twentysixteen/functions.php index 4b383b2e12..ce5f399b1f 100644 --- a/wp-content/themes/twentysixteen/functions.php +++ b/wp-content/themes/twentysixteen/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 https://codex.wordpress.org/Theme_Development + * @link https://developer.wordpress.org/themes/basics/theme-functions/ * @link https://developer.wordpress.org/themes/advanced-topics/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 https://codex.wordpress.org/Plugin_API} + * {@link https://developer.wordpress.org/plugins/} * * @package WordPress * @subpackage Twenty_Sixteen @@ -112,7 +112,7 @@ if ( ! function_exists( 'twentysixteen_setup' ) ) : /* * Enable support for Post Formats. * - * See: https://codex.wordpress.org/Post_Formats + * See: https://wordpress.org/support/article/post-formats/ */ add_theme_support( 'post-formats', diff --git a/wp-content/themes/twentysixteen/readme.txt b/wp-content/themes/twentysixteen/readme.txt index 24b3428c5b..17bb6967df 100644 --- a/wp-content/themes/twentysixteen/readme.txt +++ b/wp-content/themes/twentysixteen/readme.txt @@ -18,14 +18,14 @@ Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the * Post Formats * The GPL v2.0 or later license. :) Use it to make something cool. -For more information about Twenty Sixteen please go to https://codex.wordpress.org/Twenty_Sixteen. +For more information about Twenty Sixteen please go to https://wordpress.org/support/article/twenty_sixteen/. == Installation == 1. In your admin panel, go to Appearance -> Themes and click the 'Add New' button. 2. Type in Twenty Sixteen in the search form and press the 'Enter' key on your keyboard. 3. Click on the 'Activate' button to use your new theme right away. -4. Go to https://codex.wordpress.org/Twenty_Sixteen for a guide on how to customize this theme. +4. Go to https://wordpress.org/support/article/twenty_sixteen/ for a guide on how to customize this theme. 5. Navigate to Appearance > Customize in your admin panel and customize to taste. == Copyright == diff --git a/wp-content/themes/twentyten/functions.php b/wp-content/themes/twentyten/functions.php index c5f1b7d02d..b2035c9e40 100644 --- a/wp-content/themes/twentyten/functions.php +++ b/wp-content/themes/twentyten/functions.php @@ -14,7 +14,7 @@ * 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 https://codex.wordpress.org/Theme_Development + * @link https://developer.wordpress.org/themes/basics/theme-functions/ * @link https://developer.wordpress.org/themes/advanced-topics/child-themes/ * * Functions that are not pluggable (not wrapped in function_exists()) are instead attached @@ -33,7 +33,7 @@ * } * * - * For more information on hooks, actions, and filters, see https://codex.wordpress.org/Plugin_API. + * For more information on hooks, actions, and filters, see https://developer.wordpress.org/plugins/. * * @package WordPress * @subpackage Twenty_Ten diff --git a/wp-content/themes/twentyten/loop-attachment.php b/wp-content/themes/twentyten/loop-attachment.php index 07855f3cd6..47a2ed3f3b 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 - * https://codex.wordpress.org/The_Loop to understand it and - * https://codex.wordpress.org/Template_Tags to understand + * https://developer.wordpress.org/themes/basics/the-loop/ to understand it and + * https://developer.wordpress.org/themes/basics/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 988512baae..7a38f28f5f 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 - * https://codex.wordpress.org/The_Loop to understand it and - * https://codex.wordpress.org/Template_Tags to understand + * https://developer.wordpress.org/themes/basics/the-loop/ to understand it and + * https://developer.wordpress.org/themes/basics/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 8bb3abec95..596ce8f1f5 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 - * https://codex.wordpress.org/The_Loop to understand it and - * https://codex.wordpress.org/Template_Tags to understand + * https://developer.wordpress.org/themes/basics/the-loop/ to understand it and + * https://developer.wordpress.org/themes/basics/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 99abf7d841..d209a9ad75 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 - * https://codex.wordpress.org/The_Loop to understand it and - * https://codex.wordpress.org/Template_Tags to understand + * https://developer.wordpress.org/themes/basics/the-loop/ to understand it and + * https://developer.wordpress.org/themes/basics/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/functions.php b/wp-content/themes/twentythirteen/functions.php index f3790d674b..9c9049ecff 100644 --- a/wp-content/themes/twentythirteen/functions.php +++ b/wp-content/themes/twentythirteen/functions.php @@ -11,13 +11,13 @@ * 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 https://codex.wordpress.org/Theme_Development + * @link https://developer.wordpress.org/themes/basics/theme-functions/ * @link https://developer.wordpress.org/themes/advanced-topics/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 https://codex.wordpress.org/Plugin_API + * For more information on hooks, actions, and filters, @link https://developer.wordpress.org/plugins/ * * @package WordPress * @subpackage Twenty_Thirteen @@ -171,7 +171,7 @@ function twentythirteen_setup() { /* * This theme supports all available post formats by default. - * See https://codex.wordpress.org/Post_Formats + * See https://wordpress.org/support/article/post-formats/ */ add_theme_support( 'post-formats', diff --git a/wp-content/themes/twentytwelve/functions.php b/wp-content/themes/twentytwelve/functions.php index e8c7fbca95..80a6e997b3 100644 --- a/wp-content/themes/twentytwelve/functions.php +++ b/wp-content/themes/twentytwelve/functions.php @@ -11,13 +11,13 @@ * 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 https://codex.wordpress.org/Theme_Development + * @link https://developer.wordpress.org/themes/basics/theme-functions/ * @link https://developer.wordpress.org/themes/advanced-topics/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 https://codex.wordpress.org/Plugin_API + * For more information on hooks, actions, and filters, @link https://developer.wordpress.org/plugins/ * * @package WordPress * @subpackage Twenty_Twelve diff --git a/wp-includes/version.php b/wp-includes/version.php index 0ccba1d3a1..c20773147b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45674'; +$wp_version = '5.3-alpha-45675'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.