Changeset 1491
- Timestamp:
- 04/21/2015 12:48:49 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-wordcamp/wordcamp-template.php
r191 r1491 56 56 // Pagination settings with filter 57 57 $wcpt_pagination = apply_filters( 'wcpt_pagination', array ( 58 'base' => add_query_arg( 'wcpage', '%#%'),58 'base' => esc_url_raw( add_query_arg( 'wcpage', '%#%' ) ), 59 59 'format' => '', 60 60 'total' => ceil( (int)$wcpt_template->found_posts / (int)$posts_per_page ),
Note: See TracChangeset
for help on using the changeset viewer.