Opened 2 years ago
Closed 4 months ago
#56857 closed defect (bug) (fixed)
Blogger Importer: File class-wp-feed-cache.php is deprecated
Reported by: | ironprogrammer | Owned by: | |
---|---|---|---|
Milestone: | WordPress.org | Priority: | normal |
Severity: | normal | Version: | 5.6 |
Component: | Import | Keywords: | |
Focuses: | Cc: |
Description
The Blogger Importer plugin (tested v0.9) causes the following deprecation notice:
PHP Deprecated: File class-wp-feed-cache.php is <strong>deprecated</strong> since version 5.6.0 with no alternative available. This file is only loaded for backward compatibility with SimplePie 1.2.x. Please consider switching to a recent SimplePie version. in ../wp-includes/functions.php on line 5587
class-wp-feed-cache.php
was deprecated in [49565].
Change History (1)
Note: See
TracTickets for help on using
tickets.
This issue was resolved upstream with commit 0b6d566, which conditionally loads the deprecated
class-feed.php
(and subsequentlyclass-wp-feed-cache.php
) only for WP versions before 4.7.Props zaerl.