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
This commit is contained in:
Sergey Biryukov 2019-07-25 22:46:55 +00:00
parent 8e85299a00
commit ac10f9b9e4
25 changed files with 44 additions and 44 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -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 @@
* }
* </code>
*
* 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

View File

@ -118,7 +118,7 @@ function twentyeleven_theme_options_help() {
'<p>' . __( 'Remember to click "Save Changes" to save any changes you have made to the theme options.', 'twentyeleven' ) . '</p>';
$sidebar = '<p><strong>' . __( 'For more information:', 'twentyeleven' ) . '</strong></p>' .
'<p>' . __( '<a href="https://codex.wordpress.org/Appearance_Theme_Options_Screen" target="_blank">Documentation on Theme Options</a>', 'twentyeleven' ) . '</p>' .
'<p>' . __( '<a href="https://wordpress.org/support/article/appearance-customize-screen/" target="_blank">Documentation on Theme Options</a>', 'twentyeleven' ) . '</p>' .
'<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support</a>', 'twentyeleven' ) . '</p>';
$screen = get_current_screen();

View File

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

View File

@ -485,7 +485,7 @@ msgid "For more information:"
msgstr ""
#: inc/theme-options.php:121
msgid "<a href=\"https://codex.wordpress.org/Appearance_Theme_Options_Screen\" target=\"_blank\">Documentation on Theme Options</a>"
msgid "<a href=\"https://wordpress.org/support/article/appearance-customize-screen/\" target=\"_blank\">Documentation on Theme Options</a>"
msgstr ""
#: inc/theme-options.php:122

View File

@ -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(

View File

@ -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 ==

View File

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

View File

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

View File

@ -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 ==

View File

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

View File

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

View File

@ -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 ==

View File

@ -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 @@
* }
* </code>
*
* 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

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

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

View File

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

View File

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

View File

@ -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.