Make WordPress Core

Changeset 33224


Ignore:
Timestamp:
07/13/2015 09:26:29 PM (8 years ago)
Author:
DrewAPicture
Message:

Fix summaries for new feed functions added in 4.3.

See #32891.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/feed.php

    r32994 r33224  
    8989
    9090/**
    91  * Get the timestamp of the most recently modified post from WP_Query
     91 * Gets the timestamp of the most recently modified post from WP_Query.
    9292 *
    9393 * If viewing a comment feed, the date of the most recently modified
     
    9696 * @since 4.3.0
    9797 *
    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()).
    9999 */
    100100function get_last_build_date_feed() {
     
    589589
    590590/**
    591  * Display Site Icon in atom feeds.
     591 * Displays Site Icon in atom feeds.
    592592 *
    593593 * @since 4.3.0
     594 *
     595 * @see get_site_icon_url()
    594596 */
    595597function atom_site_icon() {
     
    601603
    602604/**
    603  * Display Site Icon in RSS2.
     605 * Displays Site Icon in RSS2.
    604606 *
    605607 * @since 4.3.0
Note: See TracChangeset for help on using the changeset viewer.