Make WordPress Core


Ignore:
Timestamp:
04/01/2019 11:55:39 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Bundled Themes: Link to an updated documentation on child themes on developer.wordpress.org, instead of Codex.

Props man4toman, andraganescu.
Fixes #46450.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentythirteen/functions.php

    r44566 r45081  
    77 * hooks in WordPress to change core functionality.
    88 *
    9  * When using a child theme (see https://codex.wordpress.org/Theme_Development
    10  * and https://codex.wordpress.org/Child_Themes), you can override certain
    11  * functions (those wrapped in a function_exists() call) by defining them first
    12  * in your child theme's functions.php file. The child theme's functions.php
    13  * file is included before the parent theme's file, so the child theme
    14  * functions would be used.
     9 * When using a child theme you can override certain functions (those wrapped
     10 * in a function_exists() call) by defining them first in your child theme's
     11 * functions.php file. The child theme's functions.php file is included before
     12 * the parent theme's file, so the child theme functions would be used.
     13 *
     14 * @link https://codex.wordpress.org/Theme_Development
     15 * @link https://developer.wordpress.org/themes/advanced-topics/child-themes/
    1516 *
    1617 * Functions that are not pluggable (not wrapped in function_exists()) are
Note: See TracChangeset for help on using the changeset viewer.