Opened 16 years ago
Closed 16 years ago
#9483 closed defect (bug) (fixed)
Dashboard RSS widgets always Ajax load the feed
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.8 | Priority: | normal |
Severity: | normal | Version: | 2.8 |
Component: | Administration | Keywords: | has-patch |
Focuses: | Cc: |
Description
Upon loading the dashboard, in the past the RSS feeds would be displayed instantly if the cached results were not stale - and loaded via Ajax only if they were stale and new was needed; However Now, The feeds are always loading via Ajax for me, Ie. not loading inline if the cache isnt stale.
I havnt looked into it in depth, but am wondering if the cache-check was updated properly when simplepie was brought in.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Oh..
http://core.trac.wordpress.org/browser/trunk/wp-admin/includes/dashboard.php#L842
That could have something to do with it.