- Timestamp:
- 11/02/2023 12:02:36 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php
r56985 r57053 132 132 if ( ! empty( $latest_posts->posts ) ) { 133 133 $posts = wp_list_sort( $latest_posts->posts, 'post_modified_gmt', 'DESC' ); 134 134 135 $sitemap_entry['lastmod'] = wp_date( DATE_W3C, strtotime( $posts[0]->post_modified_gmt ) ); 135 136 }
Note: See TracChangeset
for help on using the changeset viewer.