IanDelMar 2019-12-14 08:26:31 +01:00
parent 2f752095a6
commit bf792512ce
1 changed files with 1 additions and 1 deletions

View File

@ -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 ) {