Changeset 12050 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/loop-pagination.php
- Timestamp:
- 09/05/2022 05:14:31 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/loop-pagination.php
r8233 r12050 55 55 'current' => $current, 56 56 'prev_next' => true, 57 //'prev_text' => __( '« Previous' ), // This is the WordPress default.58 //'next_text' => __( 'Next »' ), // This is the WordPress default.57 'prev_text' => __( 'Previous', 'wporg' ), 58 'next_text' => __( 'Next', 'wporg' ), 59 59 'show_all' => false, 60 'end_size' => 1,60 'end_size' => 2, 61 61 'mid_size' => 1, 62 62 'add_fragment' => '', … … 111 111 } 112 112 113 ?> 113
Note: See TracChangeset
for help on using the changeset viewer.