- Timestamp:
- 08/02/2025 01:26:26 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/inc/template-tags.php
r55276 r60535 203 203 if ( ! function_exists( 'twentynineteen_comment_form' ) ) : 204 204 /** 205 * D ocumentation for function.205 * Displays the comment form. 206 206 */ 207 207 function twentynineteen_comment_form( $order ) { … … 219 219 if ( ! function_exists( 'twentynineteen_the_posts_navigation' ) ) : 220 220 /** 221 * D ocumentation for function.221 * Displays the next and previous posts navigation. 222 222 */ 223 223 function twentynineteen_the_posts_navigation() { … … 242 242 if ( ! function_exists( 'wp_body_open' ) ) : 243 243 /** 244 * Fire the wp_body_open action.244 * Fires the wp_body_open action. 245 245 * 246 246 * Added for backward compatibility to support pre-5.2.0 WordPress versions.
Note: See TracChangeset
for help on using the changeset viewer.