- Timestamp:
- 07/28/2025 07:16:52 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/inc/template-tags.php
r59851 r60519 10 10 if ( ! function_exists( 'twentyfourteen_paging_nav' ) ) : 11 11 /** 12 * Display navigation to next/previous set of posts when applicable.12 * Displays navigation to next/previous set of posts when applicable. 13 13 * 14 14 * @since Twenty Fourteen 1.0 … … 75 75 if ( ! function_exists( 'twentyfourteen_post_nav' ) ) : 76 76 /** 77 * Display navigation to next/previous post when applicable.77 * Displays navigation to next/previous post when applicable. 78 78 * 79 79 * @since Twenty Fourteen 1.0 … … 113 113 if ( ! function_exists( 'twentyfourteen_posted_on' ) ) : 114 114 /** 115 * Print HTML with meta information for the current post-date/time and author.115 * Prints HTML with meta information for the current post-date/time and author. 116 116 * 117 117 * @since Twenty Fourteen 1.0 … … 135 135 136 136 /** 137 * Find out if blog has more than one category.137 * Finds out if blog has more than one category. 138 138 * 139 139 * @since Twenty Fourteen 1.0 … … 167 167 168 168 /** 169 * Flush out the transients used in twentyfourteen_categorized_blog.169 * Flushes out the transients used in twentyfourteen_categorized_blog. 170 170 * 171 171 * @since Twenty Fourteen 1.0 … … 180 180 if ( ! function_exists( 'twentyfourteen_post_thumbnail' ) ) : 181 181 /** 182 * Display an optional post thumbnail.182 * Displays an optional post thumbnail. 183 183 * 184 184 * Wraps the post thumbnail in an anchor element on index … … 247 247 if ( ! function_exists( 'wp_body_open' ) ) : 248 248 /** 249 * Fire the wp_body_open action.249 * Fires the wp_body_open action. 250 250 * 251 251 * Added for backward compatibility to support pre-5.2.0 WordPress versions.
Note: See TracChangeset
for help on using the changeset viewer.