Fix space usage
See https://make.wordpress.org/core/handbook/best-practices/coding-standards/php/#space-usage
This commit is contained in:
parent
2f752095a6
commit
bf792512ce
|
@ -35,7 +35,7 @@ if ( ! function_exists( 'understrap_pagination' ) ) {
|
|||
|
||||
<nav aria-label="<?php echo $args['screen_reader_text']; ?>">
|
||||
|
||||
<ul class="<?php echo esc_attr($class); ?>">
|
||||
<ul class="<?php echo esc_attr( $class ); ?>">
|
||||
|
||||
<?php
|
||||
foreach ( $links as $key => $link ) {
|
||||
|
|
Reference in New Issue