Make WordPress Core

Ticket #12695: 12695.diff

File 12695.diff, 860 bytes (added by michaelh, 14 years ago)

probably meant to refer to Child Themes article here

  • wp-content/themes/twentyten/functions.php

     
    1010 * for various features in WordPress, such as post thumbnails, navigation menus, and the like.
    1111 *
    1212 * When using a child theme (see http://codex.wordpress.org/Theme_Development and
    13  * http://codex.wordpress.org/Theme_Development), you can override certain functions
     13 * http://codex.wordpress.org/Child_Themes), you can override certain functions
    1414 * (those wrapped in a function_exists() call) by defining them first in your child theme's
    1515 * functions.php file. The child theme's functions.php file is included before the parent
    1616 * theme's file, so the child theme functions would be used.