Plugin Directory

Changeset 811680


Ignore:
Timestamp:
11/28/2013 02:58:33 AM (12 years ago)
Author:
pntrinh
Message:

fix mobile cache

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tr-cache-and-security/trunk/inc/actions.php

    r809645 r811680  
    432432        $cache_args = implode(', ',$cache_args);
    433433        $need = "<?php\n";
     434        $need .= apply_filters('cache_advance_content','');
    434435        $need .= '$tr_cache_path = \'' . TRSCSC_CACHE_PATH . '/\'' . ";\n";
    435436        $need .= '$tr_cache_options = array(' . $cache_args. ");\n";
Note: See TracChangeset for help on using the changeset viewer.