Changeset 30394 for trunk/src/wp-content/themes/twentyfifteen/functions.php
- Timestamp:
- 11/19/2014 08:27:09 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/functions.php
r30302 r30394 1 1 <?php 2 2 /** 3 * Twenty Fifteen functions and definitions .3 * Twenty Fifteen functions and definitions 4 4 * 5 5 * Set up the theme and provides some helper functions, which are used in the … … 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 … … 76 76 * Enable support for Post Thumbnails on posts and pages. 77 77 * 78 * @link http://codex.wordpress.org/Function_Reference/add_theme_support#Post_Thumbnails78 * See: https://codex.wordpress.org/Function_Reference/add_theme_support#Post_Thumbnails 79 79 */ 80 80 add_theme_support( 'post-thumbnails' ); … … 97 97 /* 98 98 * Enable support for Post Formats. 99 * See http://codex.wordpress.org/Post_Formats 99 * 100 * See: https://codex.wordpress.org/Post_Formats 100 101 */ 101 102 add_theme_support( 'post-formats', array( … … 126 127 * @since Twenty Fifteen 1.0 127 128 * 128 * @link http ://codex.wordpress.org/Function_Reference/register_sidebar129 * @link https://codex.wordpress.org/Function_Reference/register_sidebar 129 130 */ 130 131 function twentyfifteen_widgets_init() {
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)