Skip to content

Commit 9142888

Browse files
committed
Update wp_bootstrap_pagination.php
1 parent 855746f commit 9142888

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wp_bootstrap_pagination.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ function wp_bootstrap_pagination( $args = array() ) {
88
$defaults = array(
99
'range' => 4,
1010
'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' ),
11+
'previous_string' => __( 'Previous', 'text-domain' ),
12+
'next_string' => __( 'Next', 'text-domain' ),
1313
'before_output' => '<div class="post-nav"><ul class="pager">',
1414
'after_output' => '</ul></div>'
1515
);

0 commit comments

Comments
 (0)