Make WordPress Core


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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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(
Note: See TracChangeset for help on using the changeset viewer.