Changeset 45739 for trunk/src/wp-includes/feed.php
- Timestamp:
- 08/04/2019 01:58:03 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/feed.php
r45611 r45739 638 638 } 639 639 640 /* 640 /** 641 641 * Get the timestamp of the most recently modified post from WP_Query. 642 642 * … … 644 644 * comment will be returned. 645 645 * 646 * @global WP_Query $wp_query The global WP_Query object.646 * @global WP_Query $wp_query WordPress Query object. 647 647 * 648 648 * @since 5.2.0
Note: See TracChangeset
for help on using the changeset viewer.