We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 855746f commit 9142888Copy full SHA for 9142888
wp_bootstrap_pagination.php
@@ -8,8 +8,8 @@ function wp_bootstrap_pagination( $args = array() ) {
8
$defaults = array(
9
'range' => 4,
10
'custom_query' => FALSE,
11
- 'previous_string' => __( '<i class="glyphicon glyphicon-chevron-left"></i>', 'text-domain' ),
12
- 'next_string' => __( '<i class="glyphicon glyphicon-chevron-right"></i>', 'text-domain' ),
+ 'previous_string' => __( 'Previous', 'text-domain' ),
+ 'next_string' => __( 'Next', 'text-domain' ),
13
'before_output' => '<div class="post-nav"><ul class="pager">',
14
'after_output' => '</ul></div>'
15
);
0 commit comments