Opened 8 years ago
Closed 8 years ago
#38069 closed defect (bug) (duplicate)
WP_Feed_Cache::create() should be declared static
Reported by: | fabifott | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.8 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
The factory function WP_Feed_Cache::create() is not declared static.
It should be:
public static function create($location, $filename, $extension) {
return new WP_Feed_Cache_Transient($location, $filename, $extension);
}
Change History (1)
Note: See
TracTickets for help on using
tickets.
Hi @fabifott, thanks for opening a ticket. This issue is being tracked as part of #29204.