wp/wp-includes/class-wp-feed-cache.php
changeset 9 177826044cd9
parent 7 cf61fcea0001
child 18 be944660c56a
--- 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 );
 	}
 }