Changeset 3277313
- Timestamp:
- 04/19/2025 07:13:32 PM (8 months ago)
- Location:
- cubecolour-caboodle
- Files:
-
- 2 edited
-
tags/1.3.2/cubecolour-caboodle.php (modified) (2 diffs)
-
trunk/cubecolour-caboodle.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cubecolour-caboodle/tags/1.3.2/cubecolour-caboodle.php
r3277289 r3277313 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
r3277296 r3277313 209 209 210 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 }217 218 /**219 211 * Login background 220 212 *
Note: See TracChangeset
for help on using the changeset viewer.