Changeset 33224
- Timestamp:
- 07/13/2015 09:26:29 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/feed.php
r32994 r33224 89 89 90 90 /** 91 * Get the timestamp of the most recently modified post from WP_Query91 * Gets the timestamp of the most recently modified post from WP_Query. 92 92 * 93 93 * If viewing a comment feed, the date of the most recently modified … … 96 96 * @since 4.3.0 97 97 * 98 * @return string Date ('Y-m-d H:i:s' for use with mysql2date() )98 * @return string Date ('Y-m-d H:i:s' for use with mysql2date()). 99 99 */ 100 100 function get_last_build_date_feed() { … … 589 589 590 590 /** 591 * Display Site Icon in atom feeds.591 * Displays Site Icon in atom feeds. 592 592 * 593 593 * @since 4.3.0 594 * 595 * @see get_site_icon_url() 594 596 */ 595 597 function atom_site_icon() { … … 601 603 602 604 /** 603 * Display Site Icon in RSS2.605 * Displays Site Icon in RSS2. 604 606 * 605 607 * @since 4.3.0
Note: See TracChangeset
for help on using the changeset viewer.