Template conditions not working
-
I noticed that filtering by template does not seem to work so I took a dive into the code and I think the following lines mismatching is the cause of the problem:
ConditionCallbacks line 82:
case 'templates':
Conditions.php line 300:$conditions[ $name . '_template' ] = array(
Either change templates to template on line 82.
Or change template to templates on line 300.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Template conditions not working’ is closed to new replies.