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/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
Note: See TracChangeset for help on using the changeset viewer.