Completed
Pull Request — master (#444)
by
unknown
01:10
created
class-wp-bootstrap-navwalker.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -179,9 +179,9 @@
 block discarded – undo
179 179
 			$atts['target'] = ! empty( $item->target ) ? $item->target : '';
180 180
 			if ( '_blank' === $item->target && empty( $item->xfn ) ) {
181 181
 				$atts['rel'] = 'noopener noreferrer';
182
-        		} else {
182
+				} else {
183 183
 				$atts['rel'] = $item->xfn;
184
-        		}
184
+				}
185 185
 			// If item has_children add atts to <a>.
186 186
 			if ( isset( $args->has_children ) && $args->has_children && 0 === $depth && $args->depth > 1 ) {
187 187
 				$atts['href']          = '#';
Please login to merge, or discard this patch.