I confirm, now detection works fine and files are being served from cache with trunk version.
I confirm, now detection works fine and files are being served from cache with trunk version.
when i use function like this
<!--mfunc is_test() -->
<?php function is_test(){}?>
<?ph if(is_test()){ echo'test';} ?>
<!--/mfunc-->
OR
<!--mfunc is_test() -->
<?php function is_test(){}?>
<!--/mfunc-->
<?ph if(is_test()){ echo'test';} ?>
I received this error!
The pages do not match! Timestamps differ or were not found
Check your PHP error logs, and enable debugging in the plugin. They'll help you figure out what's wrong.
This topic has been closed to new replies.