--- a/wp/wp-includes/class-wp-feed-cache.php Mon Oct 14 18:06:33 2019 +0200
+++ b/wp/wp-includes/class-wp-feed-cache.php Mon Oct 14 18:28:13 2019 +0200
@@ -26,7 +26,7 @@
* @param string $extension 'spi' or 'spc'.
* @return WP_Feed_Cache_Transient Feed cache handler object that uses transients.
*/
- public function create($location, $filename, $extension) {
- return new WP_Feed_Cache_Transient($location, $filename, $extension);
+ public function create( $location, $filename, $extension ) {
+ return new WP_Feed_Cache_Transient( $location, $filename, $extension );
}
}