Changeset 48067 for trunk/src/wp-includes/feed.php
- Timestamp:
- 06/16/2020 09:05:20 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/feed.php
r47808 r48067 19 19 * 20 20 * @since 1.5.1 21 * 21 22 * @see get_bloginfo() For the list of possible values to display. 22 23 * … … 48 49 * 49 50 * @since 0.71 51 * 50 52 * @see get_bloginfo() For the list of possible values to display. 51 53 * … … 178 180 * 179 181 * @since 2.9.0 182 * 180 183 * @see get_the_content() 181 184 * … … 428 431 * 429 432 * @since 0.71 433 * 430 434 * @see get_the_category_rss() For better explanation. 431 435 * … … 773 777 /** This filter is documented in wp-includes/class-wp-feed-cache-transient.php */ 774 778 $feed->set_cache_duration( apply_filters( 'wp_feed_cache_transient_lifetime', 12 * HOUR_IN_SECONDS, $url ) ); 779 775 780 /** 776 781 * Fires just before processing the SimplePie feed object. … … 782 787 */ 783 788 do_action_ref_array( 'wp_feed_options', array( &$feed, $url ) ); 789 784 790 $feed->init(); 785 791 $feed->set_output_encoding( get_option( 'blog_charset' ) );
Note: See TracChangeset
for help on using the changeset viewer.