Completed
Pull Request — master (#449)
by William
01:16
created
class-wp-bootstrap-navwalker.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -212,7 +212,7 @@
 block discarded – undo
212 212
 				$atts['rel'] = 'noopener noreferrer';
213 213
 			} else {
214 214
 				$atts['rel'] = ! empty( $item->xfn ) ? $item->xfn : '';
215
-      }
215
+	  }
216 216
 
217 217
 			// If the item has_children add atts to <a>.
218 218
 			if ( $args->has_children && 0 === $depth && $args->depth > 1 ) {
Please login to merge, or discard this patch.