[wp-trac] [WordPress Trac] #50159: Simplepie 1.5.5 - code review and modifications
WordPress Trac
noreply at wordpress.org
Wed May 13 22:04:46 UTC 2020
#50159: Simplepie 1.5.5 - code review and modifications
--------------------------------------+------------------------------
Reporter: arena | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Feeds | Version: trunk
Severity: normal | Resolution:
Keywords: has-patch has-unit-tests | Focuses:
--------------------------------------+------------------------------
Comment (by arena):
If you refer to function wp_dashboard_cached_rss_widget() ).
This function is using its own cache through transient not using SimplePie
cache ...
{{{#!php
$cache_key = 'dash_v2_' . md5( $widget_id . '_' . $locale );
$output = get_transient( $cache_key );
}}}
Replying to [comment:9 afragen]:
> Replying to [comment:6 arena]:
> > I passed it back to bug because since a while feed cache was not
working
>
> While adding this filter for the Beta Tester I can tell you the feed
cache was working.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/50159#comment:13>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list