Ticket #29204: 29204.patch
File 29204.patch, 579 bytes (added by , 10 years ago) |
---|
-
Users/senning/Sites/wordpress-svn/src/wp-includes/class-feed.php
10 10 * @static 11 11 * @access public 12 12 */ 13 public function create($location, $filename, $extension) {13 public static function create($location, $filename, $extension) { 14 14 return new WP_Feed_Cache_Transient($location, $filename, $extension); 15 15 } 16 16 }