- Timestamp:
- 07/29/2025 12:56:16 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/inc/template-tags.php
r59110 r60521 12 12 if ( ! function_exists( 'twentyfifteen_comment_nav' ) ) : 13 13 /** 14 * Display navigation to next/previous comments when applicable.14 * Displays navigation to next/previous comments when applicable. 15 15 * 16 16 * @since Twenty Fifteen 1.0 … … 151 151 152 152 /** 153 * Determine whether blog/site has more than one category.153 * Determines whether blog/site has more than one category. 154 154 * 155 155 * @since Twenty Fifteen 1.0 … … 187 187 188 188 /** 189 * Flush out the transients used in {@see twentyfifteen_categorized_blog()}.189 * Flushes out the transients used in {@see twentyfifteen_categorized_blog()}. 190 190 * 191 191 * @since Twenty Fifteen 1.0 … … 200 200 if ( ! function_exists( 'twentyfifteen_post_thumbnail' ) ) : 201 201 /** 202 * Display an optional post thumbnail.202 * Displays an optional post thumbnail. 203 203 * 204 204 * Wraps the post thumbnail in an anchor element on index views, or a div … … 234 234 if ( ! function_exists( 'twentyfifteen_get_link_url' ) ) : 235 235 /** 236 * Return the post URL.236 * Returns the post URL. 237 237 * 238 238 * Falls back to the post permalink if no URL is found in the post. … … 289 289 if ( ! function_exists( 'wp_body_open' ) ) : 290 290 /** 291 * Fire the wp_body_open action.291 * Fires the wp_body_open action. 292 292 * 293 293 * Added for backward compatibility to support pre-5.2.0 WordPress versions.
Note: See TracChangeset
for help on using the changeset viewer.