Make WordPress Core

Changeset 45675


Ignore:
Timestamp:
07/25/2019 10:45:48 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Bundled Themes: Replace Codex URLs with a corresponding HelpHub or DevHub article.

Props ianbelanger, tobifjellner, SergeyBiryukov.
See #47771.

Location:
trunk/src/wp-content/themes
Files:
24 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyeleven/content-aside.php

    r43571 r45675  
    55 * Used on index and archive pages.
    66 *
    7  * @link https://codex.wordpress.org/Post_Formats
     7 * @link https://wordpress.org/support/article/post-formats/
    88 *
    99 * @package WordPress
  • trunk/src/wp-content/themes/twentyeleven/content-gallery.php

    r45604 r45675  
    55 * Used on index and archive pages.
    66 *
    7  * @link https://codex.wordpress.org/Post_Formats
     7 * @link https://wordpress.org/support/article/post-formats/
    88 *
    99 * @package WordPress
  • trunk/src/wp-content/themes/twentyeleven/content-image.php

    r45604 r45675  
    55 * Used on index and archive pages.
    66 *
    7  * @link https://codex.wordpress.org/Post_Formats
     7 * @link https://wordpress.org/support/article/post-formats/
    88 *
    99 * @package WordPress
  • trunk/src/wp-content/themes/twentyeleven/content-link.php

    r43571 r45675  
    55 * Used on index and archive pages
    66 *
    7  * @link https://codex.wordpress.org/Post_Formats
     7 * @link https://wordpress.org/support/article/post-formats/
    88 *
    99 * @package WordPress
  • trunk/src/wp-content/themes/twentyeleven/content-status.php

    r43571 r45675  
    55 * Used on index and archive pages
    66 *
    7  * @link https://codex.wordpress.org/Post_Formats
     7 * @link https://wordpress.org/support/article/post-formats/
    88 *
    99 * @package WordPress
  • trunk/src/wp-content/themes/twentyeleven/functions.php

    r45604 r45675  
    1515 * the parent theme's file, so the child theme functions would be used.
    1616 *
    17  * @link https://codex.wordpress.org/Theme_Development
     17 * @link https://developer.wordpress.org/themes/basics/theme-functions/
    1818 * @link https://developer.wordpress.org/themes/advanced-topics/child-themes/
    1919 *
     
    3434 * </code>
    3535 *
    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/.
    3737 *
    3838 * @package WordPress
  • trunk/src/wp-content/themes/twentyeleven/inc/theme-options.php

    r45604 r45675  
    119119
    120120    $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>' .
    122122        '<p>' . __( '<a href="https://wordpress.org/support/" target="_blank">Support</a>', 'twentyeleven' ) . '</p>';
    123123
  • trunk/src/wp-content/themes/twentyeleven/inc/widgets.php

    r45581 r45675  
    55 * Handles displaying Aside, Link, Status, and Quote Posts available with Twenty Eleven.
    66 *
    7  * @link https://codex.wordpress.org/Widgets_API#Developing_Widgets
     7 * @link https://developer.wordpress.org/themes/functionality/widgets/#developing-widgets
    88 *
    99 * @package WordPress
  • trunk/src/wp-content/themes/twentyeleven/languages/twentyeleven.pot

    r45289 r45675  
    486486
    487487#: inc/theme-options.php:121
    488 msgid "<a href=\"https://codex.wordpress.org/Appearance_Theme_Options_Screen\" target=\"_blank\">Documentation on Theme Options</a>"
     488msgid "<a href=\"https://wordpress.org/support/article/appearance-customize-screen/\" target=\"_blank\">Documentation on Theme Options</a>"
    489489msgstr ""
    490490
  • trunk/src/wp-content/themes/twentyfifteen/functions.php

    r45485 r45675  
    1212 * the parent theme's file, so the child theme functions would be used.
    1313 *
    14  * @link https://codex.wordpress.org/Theme_Development
     14 * @link https://developer.wordpress.org/themes/basics/theme-functions/
    1515 * @link https://developer.wordpress.org/themes/advanced-topics/child-themes/
    1616 *
     
    1919 *
    2020 * For more information on hooks, actions, and filters,
    21  * {@link https://codex.wordpress.org/Plugin_API}
     21 * {@link https://developer.wordpress.org/plugins/}
    2222 *
    2323 * @package WordPress
     
    107107         * Enable support for Post Formats.
    108108         *
    109          * See: https://codex.wordpress.org/Post_Formats
     109         * See: https://wordpress.org/support/article/post-formats/
    110110         */
    111111        add_theme_support(
     
    259259 * @since Twenty Fifteen 1.0
    260260 *
    261  * @link https://codex.wordpress.org/Function_Reference/register_sidebar
     261 * @link https://developer.wordpress.org/reference/functions/register_sidebar/
    262262 */
    263263function twentyfifteen_widgets_init() {
  • trunk/src/wp-content/themes/twentyfifteen/readme.txt

    r45289 r45675  
    2020* The GPL v2.0 or later license. :) Use it to make something cool.
    2121
    22 For more information about Twenty Fifteen please go to https://codex.wordpress.org/Twenty_Fifteen.
     22For more information about Twenty Fifteen please go to https://wordpress.org/support/article/twenty-fifteen/.
    2323
    2424== Installation ==
     
    27272. Type in Twenty Fifteen in the search form and press the 'Enter' key on your keyboard.
    28283. Click on the 'Activate' button to use your new theme right away.
    29 4. Go to https://codex.wordpress.org/Twenty_Fifteen for a guide on how to customize this theme.
     294. Go to https://wordpress.org/support/article/twenty-fifteen/ for a guide on how to customize this theme.
    30305. Navigate to Appearance > Customize in your admin panel and customize to taste.
    3131
  • trunk/src/wp-content/themes/twentyfourteen/functions.php

    r45609 r45675  
    1212 * the parent theme's file, so the child theme functions would be used.
    1313 *
    14  * @link https://codex.wordpress.org/Theme_Development
     14 * @link https://developer.wordpress.org/themes/basics/theme-functions/
    1515 * @link https://developer.wordpress.org/themes/advanced-topics/child-themes/
    1616 *
     
    1919 *
    2020 * For more information on hooks, actions, and filters,
    21  * @link https://codex.wordpress.org/Plugin_API
     21 * @link https://developer.wordpress.org/plugins/
    2222 *
    2323 * @package WordPress
     
    150150        /*
    151151         * Enable support for Post Formats.
    152          * See https://codex.wordpress.org/Post_Formats
     152         * See https://wordpress.org/support/article/post-formats/
    153153         */
    154154        add_theme_support(
  • trunk/src/wp-content/themes/twentyfourteen/inc/widgets.php

    r45609 r45675  
    55 * Displays posts from Aside, Quote, Video, Audio, Image, Gallery, and Link formats.
    66 *
    7  * @link https://codex.wordpress.org/Widgets_API#Developing_Widgets
     7 * @link https://developer.wordpress.org/themes/functionality/widgets/#developing-widgets
    88 *
    99 * @package WordPress
  • trunk/src/wp-content/themes/twentyseventeen/README.txt

    r45289 r45675  
    1313Twenty 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.
    1414
    15 For more information about Twenty Seventeen please go to https://codex.wordpress.org/Twenty_Seventeen.
     15For more information about Twenty Seventeen please go to https://wordpress.org/support/article/twenty-seventeen/.
    1616
    1717== Installation ==
     
    20202. Type in Twenty Seventeen in the search form and press the 'Enter' key on your keyboard.
    21213. Click on the 'Activate' button to use your new theme right away.
    22 4. Go to https://codex.wordpress.org/Twenty_Seventeen for a guide on how to customize this theme.
     224. Go to https://wordpress.org/support/article/twenty-seventeen/ for a guide on how to customize this theme.
    23235. Navigate to Appearance > Customize in your admin panel and customize to taste.
    2424
  • trunk/src/wp-content/themes/twentyseventeen/functions.php

    r45485 r45675  
    8484     * Enable support for Post Formats.
    8585     *
    86      * See: https://codex.wordpress.org/Post_Formats
     86     * See: https://wordpress.org/support/article/post-formats/
    8787     */
    8888    add_theme_support(
  • trunk/src/wp-content/themes/twentysixteen/functions.php

    r45485 r45675  
    1212 * the parent theme's file, so the child theme functions would be used.
    1313 *
    14  * @link https://codex.wordpress.org/Theme_Development
     14 * @link https://developer.wordpress.org/themes/basics/theme-functions/
    1515 * @link https://developer.wordpress.org/themes/advanced-topics/child-themes/
    1616 *
     
    1919 *
    2020 * For more information on hooks, actions, and filters,
    21  * {@link https://codex.wordpress.org/Plugin_API}
     21 * {@link https://developer.wordpress.org/plugins/}
    2222 *
    2323 * @package WordPress
     
    113113         * Enable support for Post Formats.
    114114         *
    115          * See: https://codex.wordpress.org/Post_Formats
     115         * See: https://wordpress.org/support/article/post-formats/
    116116         */
    117117        add_theme_support(
  • trunk/src/wp-content/themes/twentysixteen/readme.txt

    r45289 r45675  
    1919* The GPL v2.0 or later license. :) Use it to make something cool.
    2020
    21 For more information about Twenty Sixteen please go to https://codex.wordpress.org/Twenty_Sixteen.
     21For more information about Twenty Sixteen please go to https://wordpress.org/support/article/twenty_sixteen/.
    2222
    2323== Installation ==
     
    26262. Type in Twenty Sixteen in the search form and press the 'Enter' key on your keyboard.
    27273. Click on the 'Activate' button to use your new theme right away.
    28 4. Go to https://codex.wordpress.org/Twenty_Sixteen for a guide on how to customize this theme.
     284. Go to https://wordpress.org/support/article/twenty_sixteen/ for a guide on how to customize this theme.
    29295. Navigate to Appearance > Customize in your admin panel and customize to taste.
    3030
  • trunk/src/wp-content/themes/twentyten/functions.php

    r45609 r45675  
    1515 * the parent theme's file, so the child theme functions would be used.
    1616 *
    17  * @link https://codex.wordpress.org/Theme_Development
     17 * @link https://developer.wordpress.org/themes/basics/theme-functions/
    1818 * @link https://developer.wordpress.org/themes/advanced-topics/child-themes/
    1919 *
     
    3434 * </code>
    3535 *
    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/.
    3737 *
    3838 * @package WordPress
  • trunk/src/wp-content/themes/twentyten/loop-attachment.php

    r45609 r45675  
    44 *
    55 * The loop displays the posts and the post content. See
    6  * https://codex.wordpress.org/The_Loop to understand it and
    7  * https://codex.wordpress.org/Template_Tags to understand
     6 * https://developer.wordpress.org/themes/basics/the-loop/ to understand it and
     7 * https://developer.wordpress.org/themes/basics/template-tags/ to understand
    88 * the tags used in it.
    99 *
  • trunk/src/wp-content/themes/twentyten/loop-page.php

    r45209 r45675  
    44 *
    55 * The loop displays the posts and the post content. See
    6  * https://codex.wordpress.org/The_Loop to understand it and
    7  * https://codex.wordpress.org/Template_Tags to understand
     6 * https://developer.wordpress.org/themes/basics/the-loop/ to understand it and
     7 * https://developer.wordpress.org/themes/basics/template-tags/ to understand
    88 * the tags used in it.
    99 *
  • trunk/src/wp-content/themes/twentyten/loop-single.php

    r45609 r45675  
    44 *
    55 * The loop displays the posts and the post content. See
    6  * https://codex.wordpress.org/The_Loop to understand it and
    7  * https://codex.wordpress.org/Template_Tags to understand
     6 * https://developer.wordpress.org/themes/basics/the-loop/ to understand it and
     7 * https://developer.wordpress.org/themes/basics/template-tags/ to understand
    88 * the tags used in it.
    99 *
  • trunk/src/wp-content/themes/twentyten/loop.php

    r45609 r45675  
    44 *
    55 * The loop displays the posts and the post content. See
    6  * https://codex.wordpress.org/The_Loop to understand it and
    7  * https://codex.wordpress.org/Template_Tags to understand
     6 * https://developer.wordpress.org/themes/basics/the-loop/ to understand it and
     7 * https://developer.wordpress.org/themes/basics/template-tags/ to understand
    88 * the tags used in it.
    99 *
  • trunk/src/wp-content/themes/twentythirteen/functions.php

    r45609 r45675  
    1212 * the parent theme's file, so the child theme functions would be used.
    1313 *
    14  * @link https://codex.wordpress.org/Theme_Development
     14 * @link https://developer.wordpress.org/themes/basics/theme-functions/
    1515 * @link https://developer.wordpress.org/themes/advanced-topics/child-themes/
    1616 *
     
    1818 * instead attached to a filter or action hook.
    1919 *
    20  * For more information on hooks, actions, and filters, @link https://codex.wordpress.org/Plugin_API
     20 * For more information on hooks, actions, and filters, @link https://developer.wordpress.org/plugins/
    2121 *
    2222 * @package WordPress
     
    172172    /*
    173173     * This theme supports all available post formats by default.
    174      * See https://codex.wordpress.org/Post_Formats
     174     * See https://wordpress.org/support/article/post-formats/
    175175     */
    176176    add_theme_support(
  • trunk/src/wp-content/themes/twentytwelve/functions.php

    r45609 r45675  
    1212 * the parent theme's file, so the child theme functions would be used.
    1313 *
    14  * @link https://codex.wordpress.org/Theme_Development
     14 * @link https://developer.wordpress.org/themes/basics/theme-functions/
    1515 * @link https://developer.wordpress.org/themes/advanced-topics/child-themes/
    1616 *
     
    1818 * to a filter or action hook.
    1919 *
    20  * For more information on hooks, actions, and filters, @link https://codex.wordpress.org/Plugin_API
     20 * For more information on hooks, actions, and filters, @link https://developer.wordpress.org/plugins/
    2121 *
    2222 * @package WordPress
Note: See TracChangeset for help on using the changeset viewer.