Changeset 32116 for trunk/src/wp-content/themes/twentytwelve/functions.php
- Timestamp:
- 04/12/2015 09:28:58 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwelve/functions.php
r31261 r32116 7 7 * filter hooks in WordPress to change core functionality. 8 8 * 9 * When using a child theme (see http ://codex.wordpress.org/Theme_Development and10 * http ://codex.wordpress.org/Child_Themes), you can override certain functions9 * 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 11 * (those wrapped in a function_exists() call) by defining them first in your child theme's 12 12 * functions.php file. The child theme's functions.php file is included before the parent … … 16 16 * to a filter or action hook. 17 17 * 18 * For more information on hooks, actions, and filters, @link http ://codex.wordpress.org/Plugin_API18 * For more information on hooks, actions, and filters, @link https://codex.wordpress.org/Plugin_API 19 19 * 20 20 * @package WordPress
Note: See TracChangeset
for help on using the changeset viewer.