Changeset 1161749
- Timestamp:
- 05/16/2015 11:01:21 AM (11 years ago)
- Location:
- wp-fcashe/trunk
- Files:
-
- 2 edited
-
fcache.php (modified) (1 diff)
-
lib/settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-fcashe/trunk/fcache.php
r1160375 r1161749 17 17 // phpFastCache Library 18 18 require_once( dirname(__FILE__) . '/lib/phpfastcache/phpfastcache/3.0.4/phpfastcache.php' ); 19 require_once( dirname( __FILE__ ) . '/lib/admin-page-framework/admin-page-framework.php' ); 19 20 20 21 if ( is_admin() ) -
wp-fcashe/trunk/lib/settings.php
r1160375 r1161749 1 1 <?php 2 include( dirname( __FILE__ ) . '/admin-page-framework/admin-page-framework.php' );3 2 if ( ! class_exists( 'Fcache_AdminPageFramework' ) ) { 4 3 return;
Note: See TracChangeset
for help on using the changeset viewer.