Skip to:
Content

BuddyPress.org

Changeset 9774


Ignore:
Timestamp:
04/20/2015 04:10:00 PM (10 years ago)
Author:
johnjamesjacoby
Message:

Activity: Fix pagination argument typo introduced in r9772 (trunk)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-activity/bp-activity-template.php

    r9772 r9774  
    388388        if ( (int) $this->total_activity_count && (int) $this->pag_num ) {
    389389            $this->pag_links = paginate_links( array(
    390                 'base'      => add_query_arg( $this->page_arg, '%#%' ),
     390                'base'      => add_query_arg( $this->pag_arg, '%#%' ),
    391391                'format'    => '',
    392392                'total'     => ceil( (int) $this->total_activity_count / (int) $this->pag_num ),
Note: See TracChangeset for help on using the changeset viewer.