- Timestamp:
- 07/25/2019 10:45:48 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentythirteen/functions.php
r45609 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 * … … 18 18 * instead attached to a filter or action hook. 19 19 * 20 * For more information on hooks, actions, and filters, @link https:// codex.wordpress.org/Plugin_API20 * For more information on hooks, actions, and filters, @link https://developer.wordpress.org/plugins/ 21 21 * 22 22 * @package WordPress … … 172 172 /* 173 173 * This theme supports all available post formats by default. 174 * See https:// codex.wordpress.org/Post_Formats174 * See https://wordpress.org/support/article/post-formats/ 175 175 */ 176 176 add_theme_support(
Note: See TracChangeset
for help on using the changeset viewer.