Changeset 3276931
- Timestamp:
- 04/18/2025 09:20:41 PM (9 months ago)
- Location:
- cubecolour-caboodle
- Files:
-
- 2 edited
-
tags/1.3.1/cubecolour-caboodle.php (modified) (2 diffs)
-
trunk/cubecolour-caboodle.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cubecolour-caboodle/tags/1.3.1/cubecolour-caboodle.php
r3276144 r3276931 166 166 167 167 /**********************\ 168 * *168 * * 169 169 * CABOODLE MODULES * 170 * *170 * * 171 171 \**********************/ 172 172 … … 206 206 if ( cc_caboodle( 'private_site', '' ) == '1' ) { 207 207 include_once( CC_CABOODLE_PLUGIN_PATH . 'includes/modules/private-site.php' ); 208 }209 210 /**211 * Just-in-time preloading. preloads a page right before a user clicks on it by adding the Instant page script as a module212 *213 */214 if ( cc_caboodle( 'preloading', '' ) == '1' ) {215 include_once( CC_CABOODLE_PLUGIN_PATH . 'includes/modules/preloading.php' );216 208 } 217 209 -
cubecolour-caboodle/trunk/cubecolour-caboodle.php
r3276144 r3276931 166 166 167 167 /**********************\ 168 * *168 * * 169 169 * CABOODLE MODULES * 170 * *170 * * 171 171 \**********************/ 172 172 … … 206 206 if ( cc_caboodle( 'private_site', '' ) == '1' ) { 207 207 include_once( CC_CABOODLE_PLUGIN_PATH . 'includes/modules/private-site.php' ); 208 }209 210 /**211 * Just-in-time preloading. preloads a page right before a user clicks on it by adding the Instant page script as a module212 *213 */214 if ( cc_caboodle( 'preloading', '' ) == '1' ) {215 include_once( CC_CABOODLE_PLUGIN_PATH . 'includes/modules/preloading.php' );216 208 } 217 209
Note: See TracChangeset
for help on using the changeset viewer.