Bundled Themes: Replace Codex URLs with a corresponding HelpHub or DevHub article.
Props ianbelanger, tobifjellner, SergeyBiryukov. See #47771. git-svn-id: https://develop.svn.wordpress.org/trunk@45675 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ae8a620efb
commit
5b86d712f4
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* Used on index and archive pages.
|
* Used on index and archive pages.
|
||||||
*
|
*
|
||||||
* @link https://codex.wordpress.org/Post_Formats
|
* @link https://wordpress.org/support/article/post-formats/
|
||||||
*
|
*
|
||||||
* @package WordPress
|
* @package WordPress
|
||||||
* @subpackage Twenty_Eleven
|
* @subpackage Twenty_Eleven
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* Used on index and archive pages.
|
* Used on index and archive pages.
|
||||||
*
|
*
|
||||||
* @link https://codex.wordpress.org/Post_Formats
|
* @link https://wordpress.org/support/article/post-formats/
|
||||||
*
|
*
|
||||||
* @package WordPress
|
* @package WordPress
|
||||||
* @subpackage Twenty_Eleven
|
* @subpackage Twenty_Eleven
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* Used on index and archive pages.
|
* Used on index and archive pages.
|
||||||
*
|
*
|
||||||
* @link https://codex.wordpress.org/Post_Formats
|
* @link https://wordpress.org/support/article/post-formats/
|
||||||
*
|
*
|
||||||
* @package WordPress
|
* @package WordPress
|
||||||
* @subpackage Twenty_Eleven
|
* @subpackage Twenty_Eleven
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* Used on index and archive pages
|
* Used on index and archive pages
|
||||||
*
|
*
|
||||||
* @link https://codex.wordpress.org/Post_Formats
|
* @link https://wordpress.org/support/article/post-formats/
|
||||||
*
|
*
|
||||||
* @package WordPress
|
* @package WordPress
|
||||||
* @subpackage Twenty_Eleven
|
* @subpackage Twenty_Eleven
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* Used on index and archive pages
|
* Used on index and archive pages
|
||||||
*
|
*
|
||||||
* @link https://codex.wordpress.org/Post_Formats
|
* @link https://wordpress.org/support/article/post-formats/
|
||||||
*
|
*
|
||||||
* @package WordPress
|
* @package WordPress
|
||||||
* @subpackage Twenty_Eleven
|
* @subpackage Twenty_Eleven
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
* functions.php file. The child theme's functions.php file is included before
|
* 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.
|
* 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/
|
* @link https://developer.wordpress.org/themes/advanced-topics/child-themes/
|
||||||
*
|
*
|
||||||
* Functions that are not pluggable (not wrapped in function_exists()) are instead attached
|
* Functions that are not pluggable (not wrapped in function_exists()) are instead attached
|
||||||
@ -33,7 +33,7 @@
|
|||||||
* }
|
* }
|
||||||
* </code>
|
* </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
|
* @package WordPress
|
||||||
* @subpackage Twenty_Eleven
|
* @subpackage Twenty_Eleven
|
||||||
|
@ -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>';
|
'<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>' .
|
$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>';
|
'<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support</a>', 'twentyeleven' ) . '</p>';
|
||||||
|
|
||||||
$screen = get_current_screen();
|
$screen = get_current_screen();
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* Handles displaying Aside, Link, Status, and Quote Posts available with Twenty Eleven.
|
* 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
|
* @package WordPress
|
||||||
* @subpackage Twenty_Eleven
|
* @subpackage Twenty_Eleven
|
||||||
|
@ -485,7 +485,7 @@ msgid "For more information:"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: inc/theme-options.php:121
|
#: 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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: inc/theme-options.php:122
|
#: inc/theme-options.php:122
|
||||||
|
@ -11,14 +11,14 @@
|
|||||||
* functions.php file. The child theme's functions.php file is included before
|
* 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.
|
* 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/
|
* @link https://developer.wordpress.org/themes/advanced-topics/child-themes/
|
||||||
*
|
*
|
||||||
* Functions that are not pluggable (not wrapped in function_exists()) are
|
* Functions that are not pluggable (not wrapped in function_exists()) are
|
||||||
* instead attached to a filter or action hook.
|
* instead attached to a filter or action hook.
|
||||||
*
|
*
|
||||||
* For more information on hooks, actions, and filters,
|
* For more information on hooks, actions, and filters,
|
||||||
* {@link https://codex.wordpress.org/Plugin_API}
|
* {@link https://developer.wordpress.org/plugins/}
|
||||||
*
|
*
|
||||||
* @package WordPress
|
* @package WordPress
|
||||||
* @subpackage Twenty_Fifteen
|
* @subpackage Twenty_Fifteen
|
||||||
@ -106,7 +106,7 @@ if ( ! function_exists( 'twentyfifteen_setup' ) ) :
|
|||||||
/*
|
/*
|
||||||
* Enable support for Post Formats.
|
* Enable support for Post Formats.
|
||||||
*
|
*
|
||||||
* See: https://codex.wordpress.org/Post_Formats
|
* See: https://wordpress.org/support/article/post-formats/
|
||||||
*/
|
*/
|
||||||
add_theme_support(
|
add_theme_support(
|
||||||
'post-formats',
|
'post-formats',
|
||||||
@ -258,7 +258,7 @@ add_action( 'after_setup_theme', 'twentyfifteen_setup' );
|
|||||||
*
|
*
|
||||||
* @since Twenty Fifteen 1.0
|
* @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() {
|
function twentyfifteen_widgets_init() {
|
||||||
register_sidebar(
|
register_sidebar(
|
||||||
|
@ -19,14 +19,14 @@ Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty
|
|||||||
* Post Formats
|
* Post Formats
|
||||||
* The GPL v2.0 or later license. :) Use it to make something cool.
|
* 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 ==
|
== Installation ==
|
||||||
|
|
||||||
1. In your admin panel, go to Appearance -> Themes and click the 'Add New' button.
|
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.
|
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.
|
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.
|
5. Navigate to Appearance > Customize in your admin panel and customize to taste.
|
||||||
|
|
||||||
== Copyright ==
|
== Copyright ==
|
||||||
|
@ -11,14 +11,14 @@
|
|||||||
* functions.php file. The child theme's functions.php file is included before
|
* 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.
|
* 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/
|
* @link https://developer.wordpress.org/themes/advanced-topics/child-themes/
|
||||||
*
|
*
|
||||||
* Functions that are not pluggable (not wrapped in function_exists()) are
|
* Functions that are not pluggable (not wrapped in function_exists()) are
|
||||||
* instead attached to a filter or action hook.
|
* instead attached to a filter or action hook.
|
||||||
*
|
*
|
||||||
* For more information on hooks, actions, and filters,
|
* For more information on hooks, actions, and filters,
|
||||||
* @link https://codex.wordpress.org/Plugin_API
|
* @link https://developer.wordpress.org/plugins/
|
||||||
*
|
*
|
||||||
* @package WordPress
|
* @package WordPress
|
||||||
* @subpackage Twenty_Fourteen
|
* @subpackage Twenty_Fourteen
|
||||||
@ -149,7 +149,7 @@ if ( ! function_exists( 'twentyfourteen_setup' ) ) :
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Enable support for Post Formats.
|
* Enable support for Post Formats.
|
||||||
* See https://codex.wordpress.org/Post_Formats
|
* See https://wordpress.org/support/article/post-formats/
|
||||||
*/
|
*/
|
||||||
add_theme_support(
|
add_theme_support(
|
||||||
'post-formats',
|
'post-formats',
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* Displays posts from Aside, Quote, Video, Audio, Image, Gallery, and Link formats.
|
* 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
|
* @package WordPress
|
||||||
* @subpackage Twenty_Fourteen
|
* @subpackage Twenty_Fourteen
|
||||||
|
@ -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.
|
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 ==
|
== Installation ==
|
||||||
|
|
||||||
1. In your admin panel, go to Appearance -> Themes and click the 'Add New' button.
|
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.
|
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.
|
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.
|
5. Navigate to Appearance > Customize in your admin panel and customize to taste.
|
||||||
|
|
||||||
== Copyright ==
|
== Copyright ==
|
||||||
|
@ -83,7 +83,7 @@ function twentyseventeen_setup() {
|
|||||||
/*
|
/*
|
||||||
* Enable support for Post Formats.
|
* Enable support for Post Formats.
|
||||||
*
|
*
|
||||||
* See: https://codex.wordpress.org/Post_Formats
|
* See: https://wordpress.org/support/article/post-formats/
|
||||||
*/
|
*/
|
||||||
add_theme_support(
|
add_theme_support(
|
||||||
'post-formats',
|
'post-formats',
|
||||||
|
@ -11,14 +11,14 @@
|
|||||||
* functions.php file. The child theme's functions.php file is included before
|
* 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.
|
* 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/
|
* @link https://developer.wordpress.org/themes/advanced-topics/child-themes/
|
||||||
*
|
*
|
||||||
* Functions that are not pluggable (not wrapped in function_exists()) are
|
* Functions that are not pluggable (not wrapped in function_exists()) are
|
||||||
* instead attached to a filter or action hook.
|
* instead attached to a filter or action hook.
|
||||||
*
|
*
|
||||||
* For more information on hooks, actions, and filters,
|
* For more information on hooks, actions, and filters,
|
||||||
* {@link https://codex.wordpress.org/Plugin_API}
|
* {@link https://developer.wordpress.org/plugins/}
|
||||||
*
|
*
|
||||||
* @package WordPress
|
* @package WordPress
|
||||||
* @subpackage Twenty_Sixteen
|
* @subpackage Twenty_Sixteen
|
||||||
@ -112,7 +112,7 @@ if ( ! function_exists( 'twentysixteen_setup' ) ) :
|
|||||||
/*
|
/*
|
||||||
* Enable support for Post Formats.
|
* Enable support for Post Formats.
|
||||||
*
|
*
|
||||||
* See: https://codex.wordpress.org/Post_Formats
|
* See: https://wordpress.org/support/article/post-formats/
|
||||||
*/
|
*/
|
||||||
add_theme_support(
|
add_theme_support(
|
||||||
'post-formats',
|
'post-formats',
|
||||||
|
@ -18,14 +18,14 @@ Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the
|
|||||||
* Post Formats
|
* Post Formats
|
||||||
* The GPL v2.0 or later license. :) Use it to make something cool.
|
* 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 ==
|
== Installation ==
|
||||||
|
|
||||||
1. In your admin panel, go to Appearance -> Themes and click the 'Add New' button.
|
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.
|
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.
|
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.
|
5. Navigate to Appearance > Customize in your admin panel and customize to taste.
|
||||||
|
|
||||||
== Copyright ==
|
== Copyright ==
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
* functions.php file. The child theme's functions.php file is included before
|
* 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.
|
* 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/
|
* @link https://developer.wordpress.org/themes/advanced-topics/child-themes/
|
||||||
*
|
*
|
||||||
* Functions that are not pluggable (not wrapped in function_exists()) are instead attached
|
* Functions that are not pluggable (not wrapped in function_exists()) are instead attached
|
||||||
@ -33,7 +33,7 @@
|
|||||||
* }
|
* }
|
||||||
* </code>
|
* </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
|
* @package WordPress
|
||||||
* @subpackage Twenty_Ten
|
* @subpackage Twenty_Ten
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
* The loop that displays an attachment
|
* The loop that displays an attachment
|
||||||
*
|
*
|
||||||
* The loop displays the posts and the post content. See
|
* The loop displays the posts and the post content. See
|
||||||
* https://codex.wordpress.org/The_Loop to understand it and
|
* https://developer.wordpress.org/themes/basics/the-loop/ to understand it and
|
||||||
* https://codex.wordpress.org/Template_Tags to understand
|
* https://developer.wordpress.org/themes/basics/template-tags/ to understand
|
||||||
* the tags used in it.
|
* the tags used in it.
|
||||||
*
|
*
|
||||||
* This can be overridden in child themes with loop-attachment.php.
|
* This can be overridden in child themes with loop-attachment.php.
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
* The loop that displays a page
|
* The loop that displays a page
|
||||||
*
|
*
|
||||||
* The loop displays the posts and the post content. See
|
* The loop displays the posts and the post content. See
|
||||||
* https://codex.wordpress.org/The_Loop to understand it and
|
* https://developer.wordpress.org/themes/basics/the-loop/ to understand it and
|
||||||
* https://codex.wordpress.org/Template_Tags to understand
|
* https://developer.wordpress.org/themes/basics/template-tags/ to understand
|
||||||
* the tags used in it.
|
* the tags used in it.
|
||||||
*
|
*
|
||||||
* This can be overridden in child themes with loop-page.php.
|
* This can be overridden in child themes with loop-page.php.
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
* The loop that displays a single post
|
* The loop that displays a single post
|
||||||
*
|
*
|
||||||
* The loop displays the posts and the post content. See
|
* The loop displays the posts and the post content. See
|
||||||
* https://codex.wordpress.org/The_Loop to understand it and
|
* https://developer.wordpress.org/themes/basics/the-loop/ to understand it and
|
||||||
* https://codex.wordpress.org/Template_Tags to understand
|
* https://developer.wordpress.org/themes/basics/template-tags/ to understand
|
||||||
* the tags used in it.
|
* the tags used in it.
|
||||||
*
|
*
|
||||||
* This can be overridden in child themes with loop-single.php.
|
* This can be overridden in child themes with loop-single.php.
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
* The loop that displays posts
|
* The loop that displays posts
|
||||||
*
|
*
|
||||||
* The loop displays the posts and the post content. See
|
* The loop displays the posts and the post content. See
|
||||||
* https://codex.wordpress.org/The_Loop to understand it and
|
* https://developer.wordpress.org/themes/basics/the-loop/ to understand it and
|
||||||
* https://codex.wordpress.org/Template_Tags to understand
|
* https://developer.wordpress.org/themes/basics/template-tags/ to understand
|
||||||
* the tags used in it.
|
* the tags used in it.
|
||||||
*
|
*
|
||||||
* This can be overridden in child themes with loop.php or
|
* This can be overridden in child themes with loop.php or
|
||||||
|
@ -11,13 +11,13 @@
|
|||||||
* functions.php file. The child theme's functions.php file is included before
|
* 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.
|
* 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/
|
* @link https://developer.wordpress.org/themes/advanced-topics/child-themes/
|
||||||
*
|
*
|
||||||
* Functions that are not pluggable (not wrapped in function_exists()) are
|
* Functions that are not pluggable (not wrapped in function_exists()) are
|
||||||
* instead attached to a filter or action hook.
|
* 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
|
* @package WordPress
|
||||||
* @subpackage Twenty_Thirteen
|
* @subpackage Twenty_Thirteen
|
||||||
@ -171,7 +171,7 @@ function twentythirteen_setup() {
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* This theme supports all available post formats by default.
|
* 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(
|
add_theme_support(
|
||||||
'post-formats',
|
'post-formats',
|
||||||
|
@ -11,13 +11,13 @@
|
|||||||
* functions.php file. The child theme's functions.php file is included before
|
* 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.
|
* 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/
|
* @link https://developer.wordpress.org/themes/advanced-topics/child-themes/
|
||||||
*
|
*
|
||||||
* Functions that are not pluggable (not wrapped in function_exists()) are instead attached
|
* Functions that are not pluggable (not wrapped in function_exists()) are instead attached
|
||||||
* to a filter or action hook.
|
* 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
|
* @package WordPress
|
||||||
* @subpackage Twenty_Twelve
|
* @subpackage Twenty_Twelve
|
||||||
|
Loading…
Reference in New Issue
Block a user