[wp-trac] [WordPress Trac] #11124: Simplepie and cache

WordPress Trac wp-trac at lists.automattic.com
Wed Nov 11 23:28:18 UTC 2009


#11124: Simplepie and cache
--------------------------+-------------------------------------------------
 Reporter:  arena         |       Owner:             
     Type:  defect (bug)  |      Status:  new        
 Priority:  high          |   Milestone:  2.9        
Component:  Feeds         |     Version:  2.8.5      
 Severity:  major         |    Keywords:  needs-patch
--------------------------+-------------------------------------------------

Comment(by arena):

 with this code in settings.php


 {{{
 if ( file_exists(WP_CONTENT_DIR . '/object-cache.php') ) {
     require_once (WP_CONTENT_DIR . '/object-cache.php');
     $_wp_using_ext_object_cache = true;
 } else {
     require_once (ABSPATH . WPINC . '/cache.php');
     $_wp_using_ext_object_cache = false;
 }
 }}}

 not sure rss feed caching works when custom caching !

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/11124#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list