Changeset 32116 for trunk/src/wp-content/themes/twentyeleven/functions.php
- Timestamp:
- 04/12/2015 09:28:58 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/functions.php
r31971 r32116 10 10 * for various features in WordPress, such as post thumbnails, navigation menus, and the like. 11 11 * 12 * When using a child theme (see http ://codex.wordpress.org/Theme_Development and13 * http ://codex.wordpress.org/Child_Themes), you can override certain functions12 * 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 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 … … 32 32 * </code> 33 33 * 34 * For more information on hooks, actions, and filters, see http ://codex.wordpress.org/Plugin_API.34 * For more information on hooks, actions, and filters, see https://codex.wordpress.org/Plugin_API. 35 35 * 36 36 * @package WordPress
Note: See TracChangeset
for help on using the changeset viewer.