Changeset 45675 for trunk/src/wp-content/themes/twentyfifteen/functions.php
- Timestamp:
- 07/25/2019 10:45:48 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/functions.php
r45485 r45675 12 12 * the parent theme's file, so the child theme functions would be used. 13 13 * 14 * @link https:// codex.wordpress.org/Theme_Development14 * @link https://developer.wordpress.org/themes/basics/theme-functions/ 15 15 * @link https://developer.wordpress.org/themes/advanced-topics/child-themes/ 16 16 * … … 19 19 * 20 20 * For more information on hooks, actions, and filters, 21 * {@link https:// codex.wordpress.org/Plugin_API}21 * {@link https://developer.wordpress.org/plugins/} 22 22 * 23 23 * @package WordPress … … 107 107 * Enable support for Post Formats. 108 108 * 109 * See: https:// codex.wordpress.org/Post_Formats109 * See: https://wordpress.org/support/article/post-formats/ 110 110 */ 111 111 add_theme_support( … … 259 259 * @since Twenty Fifteen 1.0 260 260 * 261 * @link https:// codex.wordpress.org/Function_Reference/register_sidebar261 * @link https://developer.wordpress.org/reference/functions/register_sidebar/ 262 262 */ 263 263 function twentyfifteen_widgets_init() {
Note: See TracChangeset
for help on using the changeset viewer.