- Timestamp:
- 04/12/2015 09:28:58 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentythirteen/functions.php
r31932 r32116 7 7 * hooks in WordPress to change core functionality. 8 8 * 9 * When using a child theme (see http ://codex.wordpress.org/Theme_Development10 * and http ://codex.wordpress.org/Child_Themes), you can override certain9 * 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 11 * functions (those wrapped in a function_exists() call) by defining them first 12 12 * in your child theme's functions.php file. The child theme's functions.php … … 17 17 * instead attached to a filter or action hook. 18 18 * 19 * For more information on hooks, actions, and filters, @link http ://codex.wordpress.org/Plugin_API19 * For more information on hooks, actions, and filters, @link https://codex.wordpress.org/Plugin_API 20 20 * 21 21 * @package WordPress … … 88 88 /* 89 89 * This theme supports all available post formats by default. 90 * See http ://codex.wordpress.org/Post_Formats90 * See https://codex.wordpress.org/Post_Formats 91 91 */ 92 92 add_theme_support( 'post-formats', array(
Note: See TracChangeset
for help on using the changeset viewer.