Ticket #12695: 12695.diff
File 12695.diff, 860 bytes (added by , 14 years ago) |
---|
-
wp-content/themes/twentyten/functions.php
10 10 * for various features in WordPress, such as post thumbnails, navigation menus, and the like. 11 11 * 12 12 * When using a child theme (see http://codex.wordpress.org/Theme_Development and 13 * http://codex.wordpress.org/ Theme_Development), you can override certain functions13 * http://codex.wordpress.org/Child_Themes), you can override certain functions 14 14 * (those wrapped in a function_exists() call) by defining them first in your child theme's 15 15 * functions.php file. The child theme's functions.php file is included before the parent 16 16 * theme's file, so the child theme functions would be used.