~canonical-sysadmins/wordpress/3.9.x

« back to all changes in this revision

Viewing changes to wp-includes/class-feed.php

  • Committer: Chris Jones
  • Date: 2010-01-19 13:17:33 UTC
  • Revision ID: cmsj@tenshu.net-20100119131733-rf31jv9k1v0xzo2h
[CJ] Import wordpress 2.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
        function WP_Feed_Cache_Transient($location, $filename, $extension) {
33
33
                $this->name = 'feed_' . $filename;
34
34
                $this->mod_name = 'feed_mod_' . $filename;
35
 
                $this->lifetime = apply_filters('wp_feed_cache_transient_lifetime', $this->lifetime);
 
35
                $this->lifetime = apply_filters('wp_feed_cache_transient_lifetime', $this->lifetime, $filename);
36
36
        }
37
37
 
38
38
        function save($data) {