- Timestamp:
- 04/12/2015 09:28:58 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/functions.php
r31842 r32116 12 12 * the parent theme's file, so the child theme functions would be used. 13 13 * 14 * @link http ://codex.wordpress.org/Theme_Development15 * @link http ://codex.wordpress.org/Child_Themes14 * @link https://codex.wordpress.org/Theme_Development 15 * @link https://codex.wordpress.org/Child_Themes 16 16 * 17 17 * Functions that are not pluggable (not wrapped in function_exists()) are … … 19 19 * 20 20 * For more information on hooks, actions, and filters, 21 * @link http ://codex.wordpress.org/Plugin_API21 * @link https://codex.wordpress.org/Plugin_API 22 22 * 23 23 * @package WordPress … … 95 95 /* 96 96 * Enable support for Post Formats. 97 * See http ://codex.wordpress.org/Post_Formats97 * See https://codex.wordpress.org/Post_Formats 98 98 */ 99 99 add_theme_support( 'post-formats', array(
Note: See TracChangeset
for help on using the changeset viewer.