Plugin Directory

Changeset 1896992


Ignore:
Timestamp:
06/22/2018 10:26:32 AM (8 years ago)
Author:
alexalouit
Message:

bugfix

Location:
wp-wallcreeper/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-wallcreeper/trunk/advanced-cache.php

    r1894560 r1896992  
    44 * High performance full page caching for Wordpress
    55 *
    6  * @version: 1.0
     6 * @version: 1.4
    77 * @author: Alex Alouit <alex@alouit.fr>
    88 */
     
    10851085        global $blog_id;
    10861086
    1087         if (function_exists('is_multisite') && is_multisite() && isset($blog_id))
    1088             return constant('WP_CONTENT_DIR') . DIRECTORY_SEPARATOR . 'blogs.dir' . DIRECTORY_SEPARATOR . $blog_id . DIRECTORY_SEPARATOR . 'wpwallcreeper.conf';
    1089 
    1090         return constant('WP_CONTENT_DIR') . DIRECTORY_SEPARATOR . 'wpwallcreeper.conf';
     1087        return constant('WP_CONTENT_DIR') . DIRECTORY_SEPARATOR . 'wpwallcreeper.' . $blog_id . '.conf';
    10911088}
    10921089
  • wp-wallcreeper/trunk/readme.txt

    r1894560 r1896992  
    7777== Changelog ==
    7878
    79 = 1.3 =
    80 * Fix header switch state
     79= 1.4 =
     80* Active new configuration
     81
    8182* Add serve gzip switch state
    8283* Fix timezone (use built-in Wordpress function)
  • wp-wallcreeper/trunk/wp-wallcreeper.php

    r1894560 r1896992  
    44* Plugin URI: alex.alouit.fr
    55* Description: High performance full page caching for Wordpress.
    6 * Version: 1.3
     6* Version: 1.4
    77* Author: Alex Alouit
    88* Author URI: alex.alouit.fr
Note: See TracChangeset for help on using the changeset viewer.