Changeset 9774
- Timestamp:
- 04/20/2015 04:10:00 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-template.php
r9772 r9774 388 388 if ( (int) $this->total_activity_count && (int) $this->pag_num ) { 389 389 $this->pag_links = paginate_links( array( 390 'base' => add_query_arg( $this->pag e_arg, '%#%' ),390 'base' => add_query_arg( $this->pag_arg, '%#%' ), 391 391 'format' => '', 392 392 'total' => ceil( (int) $this->total_activity_count / (int) $this->pag_num ),
Note: See TracChangeset
for help on using the changeset viewer.