Merge pull request #1079 from eversionsystems/patch-1
Modify understrap_pagination ul class
This commit is contained in:
commit
f4e3ebec5d
|
@ -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 ) {
|
||||
|
|
Reference in New Issue