Revert "Last Sync"

This reverts commit 605d2d6213.
This commit is contained in:
ultimatemember
2015-01-14 00:12:09 +02:00
parent c4e6ef4933
commit b4d7f80d24
24 changed files with 15928 additions and 1022 deletions
-18
View File
@@ -1,18 +0,0 @@
<?php
class UM_Cache {
function __construct() {
add_action( 'init', array(&$this, 'do_not_cache' ) );
}
function do_not_cache() {
if ( um_is_core_uri() )
define( "DONOTCACHEPAGE", true );
}
}