Make WordPress Core

Changeset 45081


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.

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

Legend:

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

    r44382 r45081  
    1010 * for various features in WordPress, such as post thumbnails, navigation menus, and the like.
    1111 *
    12  * When using a child theme (see https://codex.wordpress.org/Theme_Development and
    13  * https://codex.wordpress.org/Child_Themes), you can override certain functions
    14  * (those wrapped in a function_exists() call) by defining them first in your child theme's
    15  * functions.php file. The child theme's functions.php file is included before the parent
    16  * theme's file, so the child theme functions would be used.
     12 * When using a child theme you can override certain functions (those wrapped
     13 * in a function_exists() call) by defining them first in your child theme's
     14 * functions.php file. The child theme's functions.php file is included before
     15 * the parent theme's file, so the child theme functions would be used.
     16 *
     17 * @link https://codex.wordpress.org/Theme_Development
     18 * @link https://developer.wordpress.org/themes/advanced-topics/child-themes/
    1719 *
    1820 * Functions that are not pluggable (not wrapped in function_exists()) are instead attached
  • trunk/src/wp-content/themes/twentyfifteen/functions.php

    r44382 r45081  
    1313 *
    1414 * @link https://codex.wordpress.org/Theme_Development
    15  * @link https://codex.wordpress.org/Child_Themes
     15 * @link https://developer.wordpress.org/themes/advanced-topics/child-themes/
    1616 *
    1717 * Functions that are not pluggable (not wrapped in function_exists()) are
  • trunk/src/wp-content/themes/twentyfourteen/functions.php

    r44566 r45081  
    1313 *
    1414 * @link https://codex.wordpress.org/Theme_Development
    15  * @link https://codex.wordpress.org/Child_Themes
     15 * @link https://developer.wordpress.org/themes/advanced-topics/child-themes/
    1616 *
    1717 * Functions that are not pluggable (not wrapped in function_exists()) are
  • trunk/src/wp-content/themes/twentysixteen/functions.php

    r44382 r45081  
    1313 *
    1414 * @link https://codex.wordpress.org/Theme_Development
    15  * @link https://codex.wordpress.org/Child_Themes
     15 * @link https://developer.wordpress.org/themes/advanced-topics/child-themes/
    1616 *
    1717 * Functions that are not pluggable (not wrapped in function_exists()) are
  • trunk/src/wp-content/themes/twentyten/functions.php

    r44313 r45081  
    1010 * for various features in WordPress, such as post thumbnails, navigation menus, and the like.
    1111 *
    12  * When using a child theme (see https://codex.wordpress.org/Theme_Development and
    13  * https://codex.wordpress.org/Child_Themes), you can override certain functions
    14  * (those wrapped in a function_exists() call) by defining them first in your child theme's
    15  * functions.php file. The child theme's functions.php file is included before the parent
    16  * theme's file, so the child theme functions would be used.
     12 * When using a child theme you can override certain functions (those wrapped
     13 * in a function_exists() call) by defining them first in your child theme's
     14 * functions.php file. The child theme's functions.php file is included before
     15 * the parent theme's file, so the child theme functions would be used.
     16 *
     17 * @link https://codex.wordpress.org/Theme_Development
     18 * @link https://developer.wordpress.org/themes/advanced-topics/child-themes/
    1719 *
    1820 * Functions that are not pluggable (not wrapped in function_exists()) are instead attached
  • 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
  • trunk/src/wp-content/themes/twentytwelve/functions.php

    r44382 r45081  
    77 * filter hooks in WordPress to change core functionality.
    88 *
    9  * When using a child theme (see https://codex.wordpress.org/Theme_Development and
    10  * https://codex.wordpress.org/Child_Themes), you can override certain functions
    11  * (those wrapped in a function_exists() call) by defining them first in your child theme's
    12  * functions.php file. The child theme's functions.php file is included before the parent
    13  * theme's file, so the child theme 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/
    1416 *
    1517 * Functions that are not pluggable (not wrapped in function_exists()) are instead attached
Note: See TracChangeset for help on using the changeset viewer.