We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41ae199 commit fb2615bCopy full SHA for fb2615b
modules/widget-visibility/widget-conditions.php
@@ -464,7 +464,7 @@ public static function filter_widget( $instance ) {
464
$condition_result = true;
465
else if ( is_category( $rule['minor'] ) )
466
467
- else if ( is_singular() && $rule['minor'] && in_array( 'category', get_post_taxonomies() ) && has_category( $rule['minor'] ) )
+ else if ( is_singular() && $rule['minor'] && in_array( 'category', get_post_taxonomies() ) && has_category( $rule['minor'] ) )
468
469
break;
470
case 'loggedin':
0 commit comments