Plugin Directory

Changeset 3277313


Ignore:
Timestamp:
04/19/2025 07:13:32 PM (8 months ago)
Author:
numeeja
Message:

v1.3.2

Location:
cubecolour-caboodle
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cubecolour-caboodle/tags/1.3.2/cubecolour-caboodle.php

    r3277289 r3277313  
    166166
    167167    /**********************\
    168     *                     *
     168    *                      *
    169169    *   CABOODLE MODULES   *
    170     *                     *
     170    *                      *
    171171    \**********************/
    172172
     
    206206if ( cc_caboodle( 'private_site', '' ) == '1' ) {
    207207    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 module
    212  *
    213  */
    214 if ( cc_caboodle( 'preloading', '' ) == '1' ) {
    215     include_once( CC_CABOODLE_PLUGIN_PATH . 'includes/modules/preloading.php' );
    216208}
    217209
  • cubecolour-caboodle/trunk/cubecolour-caboodle.php

    r3277296 r3277313  
    209209
    210210/**
    211  * Just-in-time preloading. preloads a page right before a user clicks on it by adding the Instant page script as a module
    212  *
    213  */
    214 if ( cc_caboodle( 'preloading', '' ) == '1' ) {
    215     include_once( CC_CABOODLE_PLUGIN_PATH . 'includes/modules/preloading.php' );
    216 }
    217 
    218 /**
    219211 * Login background
    220212 *
Note: See TracChangeset for help on using the changeset viewer.