Changeset 55003
- Timestamp:
- 12/18/2022 08:45:36 AM (22 months ago)
- Location:
- trunk/src/wp-content/themes
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/inc/template-tags.php
r53308 r55003 126 126 * Display a front page section. 127 127 * 128 * @global WP_Post $post Global post object. 129 * 128 130 * @param WP_Customize_Partial $partial Partial associated with a selective refresh request. 129 131 * @param int $id Front page section to display. -
trunk/src/wp-content/themes/twentythirteen/functions.php
r54492 r55003 489 489 * Display navigation to next/previous post when applicable. 490 490 * 491 * @global WP_Post $post Global post object. 492 * 491 493 * @since Twenty Thirteen 1.0 492 494 */ -
trunk/src/wp-content/themes/twentytwelve/functions.php
r54492 r55003 427 427 * 428 428 * Used as a callback by wp_list_comments() for displaying the comments. 429 * 430 * @global WP_Post $post Global post object. 429 431 * 430 432 * @since Twenty Twelve 1.0 -
trunk/src/wp-content/themes/twentytwenty/inc/template-tags.php
r53236 r55003 241 241 * 242 242 * @since Twenty Twenty 1.0 243 * 244 * @global WP_Post $post Global post object. 243 245 * 244 246 * @param int $post_id The ID of the post. … … 652 654 * @since Twenty Twenty 1.0 653 655 * 656 * @global WP_Post $post Global post object. 657 * 654 658 * @param array $classes Classes added to the body tag. 655 659 * @return array Classes added to the body tag.
Note: See TracChangeset
for help on using the changeset viewer.