Changeset 45081
- Timestamp:
- 04/01/2019 11:55:39 AM (6 years ago)
- Location:
- trunk/src/wp-content/themes
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/functions.php
r44382 r45081 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 https://codex.wordpress.org/Theme_Development and 13 * https://codex.wordpress.org/Child_Themes), you can override certain functions 14 * (those wrapped in a function_exists() call) by defining them first in your child theme's 15 * functions.php file. The child theme's functions.php file is included before the parent 16 * theme's file, so the child theme functions would be used. 12 * When using a child theme you can override certain functions (those wrapped 13 * in a function_exists() call) by defining them first in your child theme's 14 * functions.php file. The child theme's functions.php file is included before 15 * the parent theme's file, so the child theme functions would be used. 16 * 17 * @link https://codex.wordpress.org/Theme_Development 18 * @link https://developer.wordpress.org/themes/advanced-topics/child-themes/ 17 19 * 18 20 * Functions that are not pluggable (not wrapped in function_exists()) are instead attached -
trunk/src/wp-content/themes/twentyfifteen/functions.php
r44382 r45081 13 13 * 14 14 * @link https://codex.wordpress.org/Theme_Development 15 * @link https:// codex.wordpress.org/Child_Themes15 * @link https://developer.wordpress.org/themes/advanced-topics/child-themes/ 16 16 * 17 17 * Functions that are not pluggable (not wrapped in function_exists()) are -
trunk/src/wp-content/themes/twentyfourteen/functions.php
r44566 r45081 13 13 * 14 14 * @link https://codex.wordpress.org/Theme_Development 15 * @link https:// codex.wordpress.org/Child_Themes15 * @link https://developer.wordpress.org/themes/advanced-topics/child-themes/ 16 16 * 17 17 * Functions that are not pluggable (not wrapped in function_exists()) are -
trunk/src/wp-content/themes/twentysixteen/functions.php
r44382 r45081 13 13 * 14 14 * @link https://codex.wordpress.org/Theme_Development 15 * @link https:// codex.wordpress.org/Child_Themes15 * @link https://developer.wordpress.org/themes/advanced-topics/child-themes/ 16 16 * 17 17 * Functions that are not pluggable (not wrapped in function_exists()) are -
trunk/src/wp-content/themes/twentyten/functions.php
r44313 r45081 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 https://codex.wordpress.org/Theme_Development and 13 * https://codex.wordpress.org/Child_Themes), you can override certain functions 14 * (those wrapped in a function_exists() call) by defining them first in your child theme's 15 * functions.php file. The child theme's functions.php file is included before the parent 16 * theme's file, so the child theme functions would be used. 12 * When using a child theme you can override certain functions (those wrapped 13 * in a function_exists() call) by defining them first in your child theme's 14 * functions.php file. The child theme's functions.php file is included before 15 * the parent theme's file, so the child theme functions would be used. 16 * 17 * @link https://codex.wordpress.org/Theme_Development 18 * @link https://developer.wordpress.org/themes/advanced-topics/child-themes/ 17 19 * 18 20 * Functions that are not pluggable (not wrapped in function_exists()) are instead attached -
trunk/src/wp-content/themes/twentythirteen/functions.php
r44566 r45081 7 7 * hooks in WordPress to change core functionality. 8 8 * 9 * 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 * functions (those wrapped in a function_exists() call) by defining them first 12 * in your child theme's functions.php file. The child theme's functions.php 13 * file is included before the parent theme's file, so the child theme 14 * functions would be used. 9 * When using a child theme you can override certain functions (those wrapped 10 * in a function_exists() call) by defining them first in your child theme's 11 * functions.php file. The child theme's functions.php file is included before 12 * the parent theme's file, so the child theme functions would be used. 13 * 14 * @link https://codex.wordpress.org/Theme_Development 15 * @link https://developer.wordpress.org/themes/advanced-topics/child-themes/ 15 16 * 16 17 * Functions that are not pluggable (not wrapped in function_exists()) are -
trunk/src/wp-content/themes/twentytwelve/functions.php
r44382 r45081 7 7 * filter hooks in WordPress to change core functionality. 8 8 * 9 * When using a child theme (see https://codex.wordpress.org/Theme_Development and 10 * https://codex.wordpress.org/Child_Themes), you can override certain functions 11 * (those wrapped in a function_exists() call) by defining them first in your child theme's 12 * functions.php file. The child theme's functions.php file is included before the parent 13 * theme's file, so the child theme functions would be used. 9 * When using a child theme you can override certain functions (those wrapped 10 * in a function_exists() call) by defining them first in your child theme's 11 * functions.php file. The child theme's functions.php file is included before 12 * the parent theme's file, so the child theme functions would be used. 13 * 14 * @link https://codex.wordpress.org/Theme_Development 15 * @link https://developer.wordpress.org/themes/advanced-topics/child-themes/ 14 16 * 15 17 * Functions that are not pluggable (not wrapped in function_exists()) are instead attached
Note: See TracChangeset
for help on using the changeset viewer.