Skip to content

Commit fb2615b

Browse files
author
Paul Kevan
committedFeb 6, 2015
Fixing indents
1 parent 41ae199 commit fb2615b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎modules/widget-visibility/widget-conditions.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ public static function filter_widget( $instance ) {
464464
$condition_result = true;
465465
else if ( is_category( $rule['minor'] ) )
466466
$condition_result = true;
467-
else if ( is_singular() && $rule['minor'] && in_array( 'category', get_post_taxonomies() ) && has_category( $rule['minor'] ) )
467+
else if ( is_singular() && $rule['minor'] && in_array( 'category', get_post_taxonomies() ) && has_category( $rule['minor'] ) )
468468
$condition_result = true;
469469
break;
470470
case 'loggedin':

0 commit comments

Comments
 (0)