[wp-trac] [WordPress Trac] #21183: Update SimplePie to 1.3
WordPress Trac
wp-trac at lists.automattic.com
Wed Aug 29 00:25:54 UTC 2012
#21183: Update SimplePie to 1.3
--------------------------------+---------------------
Reporter: rmccue | Owner: nacin
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 3.5
Component: External Libraries | Version:
Severity: normal | Resolution: fixed
Keywords: |
--------------------------------+---------------------
Comment (by nacin):
In [21652]:
{{{
#!CommitTicketReference repository="" revision="21652"
Stabilize how WordPress hooks into SimplePie to implement transient
caching.
Since a plugin can load a previous (< 1.3) version of SimplePie before we
do,
we need to be compatible with our old method of overriding
SimplePie_Cache::create().
SimplePie_Cache::create() was converted to static in 1.3 (as it was
called),
requiring that we create two different definitions of WP_Feed_Cache
(extends
SimplePie_Cache). Instead, we can use 1.3's new object registry, and leave
the old WP_Feed_Cache to SimplePie 1.2 versions.
see #21183.
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/21183#comment:12>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list