Changeset 45675
- Timestamp:
- 07/25/2019 10:45:48 PM (5 years ago)
- Location:
- trunk/src/wp-content/themes
- Files:
-
- 24 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/content-aside.php
r43571 r45675 5 5 * Used on index and archive pages. 6 6 * 7 * @link https:// codex.wordpress.org/Post_Formats7 * @link https://wordpress.org/support/article/post-formats/ 8 8 * 9 9 * @package WordPress -
trunk/src/wp-content/themes/twentyeleven/content-gallery.php
r45604 r45675 5 5 * Used on index and archive pages. 6 6 * 7 * @link https:// codex.wordpress.org/Post_Formats7 * @link https://wordpress.org/support/article/post-formats/ 8 8 * 9 9 * @package WordPress -
trunk/src/wp-content/themes/twentyeleven/content-image.php
r45604 r45675 5 5 * Used on index and archive pages. 6 6 * 7 * @link https:// codex.wordpress.org/Post_Formats7 * @link https://wordpress.org/support/article/post-formats/ 8 8 * 9 9 * @package WordPress -
trunk/src/wp-content/themes/twentyeleven/content-link.php
r43571 r45675 5 5 * Used on index and archive pages 6 6 * 7 * @link https:// codex.wordpress.org/Post_Formats7 * @link https://wordpress.org/support/article/post-formats/ 8 8 * 9 9 * @package WordPress -
trunk/src/wp-content/themes/twentyeleven/content-status.php
r43571 r45675 5 5 * Used on index and archive pages 6 6 * 7 * @link https:// codex.wordpress.org/Post_Formats7 * @link https://wordpress.org/support/article/post-formats/ 8 8 * 9 9 * @package WordPress -
trunk/src/wp-content/themes/twentyeleven/functions.php
r45604 r45675 15 15 * the parent theme's file, so the child theme functions would be used. 16 16 * 17 * @link https:// codex.wordpress.org/Theme_Development17 * @link https://developer.wordpress.org/themes/basics/theme-functions/ 18 18 * @link https://developer.wordpress.org/themes/advanced-topics/child-themes/ 19 19 * … … 34 34 * </code> 35 35 * 36 * For more information on hooks, actions, and filters, see https:// codex.wordpress.org/Plugin_API.36 * For more information on hooks, actions, and filters, see https://developer.wordpress.org/plugins/. 37 37 * 38 38 * @package WordPress -
trunk/src/wp-content/themes/twentyeleven/inc/theme-options.php
r45604 r45675 119 119 120 120 $sidebar = '<p><strong>' . __( 'For more information:', 'twentyeleven' ) . '</strong></p>' . 121 '<p>' . __( '<a href="https:// codex.wordpress.org/Appearance_Theme_Options_Screen" target="_blank">Documentation on Theme Options</a>', 'twentyeleven' ) . '</p>' .121 '<p>' . __( '<a href="https://wordpress.org/support/article/appearance-customize-screen/" target="_blank">Documentation on Theme Options</a>', 'twentyeleven' ) . '</p>' . 122 122 '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support</a>', 'twentyeleven' ) . '</p>'; 123 123 -
trunk/src/wp-content/themes/twentyeleven/inc/widgets.php
r45581 r45675 5 5 * Handles displaying Aside, Link, Status, and Quote Posts available with Twenty Eleven. 6 6 * 7 * @link https:// codex.wordpress.org/Widgets_API#Developing_Widgets7 * @link https://developer.wordpress.org/themes/functionality/widgets/#developing-widgets 8 8 * 9 9 * @package WordPress -
trunk/src/wp-content/themes/twentyeleven/languages/twentyeleven.pot
r45289 r45675 486 486 487 487 #: inc/theme-options.php:121 488 msgid "<a href=\"https:// codex.wordpress.org/Appearance_Theme_Options_Screen\" target=\"_blank\">Documentation on Theme Options</a>"488 msgid "<a href=\"https://wordpress.org/support/article/appearance-customize-screen/\" target=\"_blank\">Documentation on Theme Options</a>" 489 489 msgstr "" 490 490 -
trunk/src/wp-content/themes/twentyfifteen/functions.php
r45485 r45675 12 12 * the parent theme's file, so the child theme functions would be used. 13 13 * 14 * @link https:// codex.wordpress.org/Theme_Development14 * @link https://developer.wordpress.org/themes/basics/theme-functions/ 15 15 * @link https://developer.wordpress.org/themes/advanced-topics/child-themes/ 16 16 * … … 19 19 * 20 20 * For more information on hooks, actions, and filters, 21 * {@link https:// codex.wordpress.org/Plugin_API}21 * {@link https://developer.wordpress.org/plugins/} 22 22 * 23 23 * @package WordPress … … 107 107 * Enable support for Post Formats. 108 108 * 109 * See: https:// codex.wordpress.org/Post_Formats109 * See: https://wordpress.org/support/article/post-formats/ 110 110 */ 111 111 add_theme_support( … … 259 259 * @since Twenty Fifteen 1.0 260 260 * 261 * @link https:// codex.wordpress.org/Function_Reference/register_sidebar261 * @link https://developer.wordpress.org/reference/functions/register_sidebar/ 262 262 */ 263 263 function twentyfifteen_widgets_init() { -
trunk/src/wp-content/themes/twentyfifteen/readme.txt
r45289 r45675 20 20 * The GPL v2.0 or later license. :) Use it to make something cool. 21 21 22 For more information about Twenty Fifteen please go to https:// codex.wordpress.org/Twenty_Fifteen.22 For more information about Twenty Fifteen please go to https://wordpress.org/support/article/twenty-fifteen/. 23 23 24 24 == Installation == … … 27 27 2. Type in Twenty Fifteen in the search form and press the 'Enter' key on your keyboard. 28 28 3. Click on the 'Activate' button to use your new theme right away. 29 4. Go to https:// codex.wordpress.org/Twenty_Fifteenfor a guide on how to customize this theme.29 4. Go to https://wordpress.org/support/article/twenty-fifteen/ for a guide on how to customize this theme. 30 30 5. Navigate to Appearance > Customize in your admin panel and customize to taste. 31 31 -
trunk/src/wp-content/themes/twentyfourteen/functions.php
r45609 r45675 12 12 * the parent theme's file, so the child theme functions would be used. 13 13 * 14 * @link https:// codex.wordpress.org/Theme_Development14 * @link https://developer.wordpress.org/themes/basics/theme-functions/ 15 15 * @link https://developer.wordpress.org/themes/advanced-topics/child-themes/ 16 16 * … … 19 19 * 20 20 * For more information on hooks, actions, and filters, 21 * @link https:// codex.wordpress.org/Plugin_API21 * @link https://developer.wordpress.org/plugins/ 22 22 * 23 23 * @package WordPress … … 150 150 /* 151 151 * Enable support for Post Formats. 152 * See https:// codex.wordpress.org/Post_Formats152 * See https://wordpress.org/support/article/post-formats/ 153 153 */ 154 154 add_theme_support( -
trunk/src/wp-content/themes/twentyfourteen/inc/widgets.php
r45609 r45675 5 5 * Displays posts from Aside, Quote, Video, Audio, Image, Gallery, and Link formats. 6 6 * 7 * @link https:// codex.wordpress.org/Widgets_API#Developing_Widgets7 * @link https://developer.wordpress.org/themes/functionality/widgets/#developing-widgets 8 8 * 9 9 * @package WordPress -
trunk/src/wp-content/themes/twentyseventeen/README.txt
r45289 r45675 13 13 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. 14 14 15 For more information about Twenty Seventeen please go to https:// codex.wordpress.org/Twenty_Seventeen.15 For more information about Twenty Seventeen please go to https://wordpress.org/support/article/twenty-seventeen/. 16 16 17 17 == Installation == … … 20 20 2. Type in Twenty Seventeen in the search form and press the 'Enter' key on your keyboard. 21 21 3. Click on the 'Activate' button to use your new theme right away. 22 4. Go to https:// codex.wordpress.org/Twenty_Seventeenfor a guide on how to customize this theme.22 4. Go to https://wordpress.org/support/article/twenty-seventeen/ for a guide on how to customize this theme. 23 23 5. Navigate to Appearance > Customize in your admin panel and customize to taste. 24 24 -
trunk/src/wp-content/themes/twentyseventeen/functions.php
r45485 r45675 84 84 * Enable support for Post Formats. 85 85 * 86 * See: https:// codex.wordpress.org/Post_Formats86 * See: https://wordpress.org/support/article/post-formats/ 87 87 */ 88 88 add_theme_support( -
trunk/src/wp-content/themes/twentysixteen/functions.php
r45485 r45675 12 12 * the parent theme's file, so the child theme functions would be used. 13 13 * 14 * @link https:// codex.wordpress.org/Theme_Development14 * @link https://developer.wordpress.org/themes/basics/theme-functions/ 15 15 * @link https://developer.wordpress.org/themes/advanced-topics/child-themes/ 16 16 * … … 19 19 * 20 20 * For more information on hooks, actions, and filters, 21 * {@link https:// codex.wordpress.org/Plugin_API}21 * {@link https://developer.wordpress.org/plugins/} 22 22 * 23 23 * @package WordPress … … 113 113 * Enable support for Post Formats. 114 114 * 115 * See: https:// codex.wordpress.org/Post_Formats115 * See: https://wordpress.org/support/article/post-formats/ 116 116 */ 117 117 add_theme_support( -
trunk/src/wp-content/themes/twentysixteen/readme.txt
r45289 r45675 19 19 * The GPL v2.0 or later license. :) Use it to make something cool. 20 20 21 For more information about Twenty Sixteen please go to https:// codex.wordpress.org/Twenty_Sixteen.21 For more information about Twenty Sixteen please go to https://wordpress.org/support/article/twenty_sixteen/. 22 22 23 23 == Installation == … … 26 26 2. Type in Twenty Sixteen in the search form and press the 'Enter' key on your keyboard. 27 27 3. Click on the 'Activate' button to use your new theme right away. 28 4. Go to https:// codex.wordpress.org/Twenty_Sixteenfor a guide on how to customize this theme.28 4. Go to https://wordpress.org/support/article/twenty_sixteen/ for a guide on how to customize this theme. 29 29 5. Navigate to Appearance > Customize in your admin panel and customize to taste. 30 30 -
trunk/src/wp-content/themes/twentyten/functions.php
r45609 r45675 15 15 * the parent theme's file, so the child theme functions would be used. 16 16 * 17 * @link https:// codex.wordpress.org/Theme_Development17 * @link https://developer.wordpress.org/themes/basics/theme-functions/ 18 18 * @link https://developer.wordpress.org/themes/advanced-topics/child-themes/ 19 19 * … … 34 34 * </code> 35 35 * 36 * For more information on hooks, actions, and filters, see https:// codex.wordpress.org/Plugin_API.36 * For more information on hooks, actions, and filters, see https://developer.wordpress.org/plugins/. 37 37 * 38 38 * @package WordPress -
trunk/src/wp-content/themes/twentyten/loop-attachment.php
r45609 r45675 4 4 * 5 5 * The loop displays the posts and the post content. See 6 * https:// codex.wordpress.org/The_Loopto understand it and7 * https:// codex.wordpress.org/Template_Tagsto understand6 * https://developer.wordpress.org/themes/basics/the-loop/ to understand it and 7 * https://developer.wordpress.org/themes/basics/template-tags/ to understand 8 8 * the tags used in it. 9 9 * -
trunk/src/wp-content/themes/twentyten/loop-page.php
r45209 r45675 4 4 * 5 5 * The loop displays the posts and the post content. See 6 * https:// codex.wordpress.org/The_Loopto understand it and7 * https:// codex.wordpress.org/Template_Tagsto understand6 * https://developer.wordpress.org/themes/basics/the-loop/ to understand it and 7 * https://developer.wordpress.org/themes/basics/template-tags/ to understand 8 8 * the tags used in it. 9 9 * -
trunk/src/wp-content/themes/twentyten/loop-single.php
r45609 r45675 4 4 * 5 5 * The loop displays the posts and the post content. See 6 * https:// codex.wordpress.org/The_Loopto understand it and7 * https:// codex.wordpress.org/Template_Tagsto understand6 * https://developer.wordpress.org/themes/basics/the-loop/ to understand it and 7 * https://developer.wordpress.org/themes/basics/template-tags/ to understand 8 8 * the tags used in it. 9 9 * -
trunk/src/wp-content/themes/twentyten/loop.php
r45609 r45675 4 4 * 5 5 * The loop displays the posts and the post content. See 6 * https:// codex.wordpress.org/The_Loopto understand it and7 * https:// codex.wordpress.org/Template_Tagsto understand6 * https://developer.wordpress.org/themes/basics/the-loop/ to understand it and 7 * https://developer.wordpress.org/themes/basics/template-tags/ to understand 8 8 * the tags used in it. 9 9 * -
trunk/src/wp-content/themes/twentythirteen/functions.php
r45609 r45675 12 12 * the parent theme's file, so the child theme functions would be used. 13 13 * 14 * @link https:// codex.wordpress.org/Theme_Development14 * @link https://developer.wordpress.org/themes/basics/theme-functions/ 15 15 * @link https://developer.wordpress.org/themes/advanced-topics/child-themes/ 16 16 * … … 18 18 * instead attached to a filter or action hook. 19 19 * 20 * For more information on hooks, actions, and filters, @link https:// codex.wordpress.org/Plugin_API20 * For more information on hooks, actions, and filters, @link https://developer.wordpress.org/plugins/ 21 21 * 22 22 * @package WordPress … … 172 172 /* 173 173 * This theme supports all available post formats by default. 174 * See https:// codex.wordpress.org/Post_Formats174 * See https://wordpress.org/support/article/post-formats/ 175 175 */ 176 176 add_theme_support( -
trunk/src/wp-content/themes/twentytwelve/functions.php
r45609 r45675 12 12 * the parent theme's file, so the child theme functions would be used. 13 13 * 14 * @link https:// codex.wordpress.org/Theme_Development14 * @link https://developer.wordpress.org/themes/basics/theme-functions/ 15 15 * @link https://developer.wordpress.org/themes/advanced-topics/child-themes/ 16 16 * … … 18 18 * to a filter or action hook. 19 19 * 20 * For more information on hooks, actions, and filters, @link https:// codex.wordpress.org/Plugin_API20 * For more information on hooks, actions, and filters, @link https://developer.wordpress.org/plugins/ 21 21 * 22 22 * @package WordPress
Note: See TracChangeset
for help on using the changeset viewer.