Changeset 55004
- Timestamp:
- 12/18/2022 01:00:29 PM (2 years ago)
- Location:
- trunk/src/wp-content/themes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/inc/template-tags.php
r55003 r55004 126 126 * Display a front page section. 127 127 * 128 * @global WP_Post $post Global post object. 128 * @global int|string $twentyseventeencounter Front page section counter. 129 * @global WP_Post $post Global post object. 129 130 * 130 131 * @param WP_Customize_Partial $partial Partial associated with a selective refresh request. -
trunk/src/wp-content/themes/twentythirteen/functions.php
r55003 r55004 489 489 * Display navigation to next/previous post when applicable. 490 490 * 491 * @since Twenty Thirteen 1.0 492 * 491 493 * @global WP_Post $post Global post object. 492 *493 * @since Twenty Thirteen 1.0494 494 */ 495 495 function twentythirteen_post_nav() { -
trunk/src/wp-content/themes/twentytwelve/functions.php
r55003 r55004 428 428 * Used as a callback by wp_list_comments() for displaying the comments. 429 429 * 430 * @since Twenty Twelve 1.0 431 * 430 432 * @global WP_Post $post Global post object. 431 *432 * @since Twenty Twelve 1.0433 433 */ 434 434 function twentytwelve_comment( $comment, $args, $depth ) {
Note: See TracChangeset
for help on using the changeset viewer.