Completed
Pull Request — master (#339)
by William
01:42
created
class-wp-bootstrap-navwalker.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -267,7 +267,7 @@
 block discarded – undo
267 267
 				$title = self::wrap_for_screen_reader( $title );
268 268
 				$keys_to_unset = array_keys( $linkmod_classes, 'sr-only' );
269 269
 				foreach($keys_to_unset as $k) {
270
-				    unset( $linkmod_classes[ $k ] );
270
+					unset( $linkmod_classes[ $k ] );
271 271
 				}
272 272
 			}
273 273
 
Please login to merge, or discard this patch.