Merge pull request #1079 from eversionsystems/patch-1

Modify understrap_pagination ul class
This commit is contained in:
UnderstrapFramework 2019-12-13 11:01:13 +00:00 committed by GitHub
commit f4e3ebec5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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="pagination">
<ul class="<?php echo esc_attr($class); ?>">
<?php
foreach ( $links as $key => $link ) {