- Timestamp:
- 08/11/2020 12:32:22 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/functions.php
r48264 r48782 171 171 'custom-background', 172 172 /** 173 * Filter Twenty Fourteen custom-background support arguments.173 * Filters Twenty Fourteen custom-background support arguments. 174 174 * 175 175 * @since Twenty Fourteen 1.0 … … 228 228 function twentyfourteen_get_featured_posts() { 229 229 /** 230 * Filter the featured posts to return in Twenty Fourteen.230 * Filters the featured posts to return in Twenty Fourteen. 231 231 * 232 232 * @since Twenty Fourteen 1.0 … … 425 425 $post = get_post(); 426 426 /** 427 * Filter the default Twenty Fourteen attachment size.427 * Filters the default Twenty Fourteen attachment size. 428 428 * 429 429 * @since Twenty Fourteen 1.0
Note: See TracChangeset
for help on using the changeset viewer.