Update 1.0.85

This commit is contained in:
ultimatemember
2015-03-14 23:39:33 +02:00
parent 506593f409
commit 5815557192
27 changed files with 238 additions and 77 deletions
+3 -2
View File
@@ -10,9 +10,10 @@ class UM_Cache {
function do_not_cache() {
if ( um_is_core_uri() )
if ( um_is_core_uri() ) {
define( "DONOTCACHEPAGE", true );
}
}
}