Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/23/2013 05:53:17 PM (13 years ago)
Author:
r-a-y
Message:

Fix number of items queried for in activity RSS feeds.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity/bp-activity-classes.php

    r7464 r7466  
    11841184                $this->activity_args    = wp_parse_args( $this->activity_args, array(
    11851185                        'max'              => $this->max,
     1186                        'per_page'         => $this->max,
    11861187                        'display_comments' => 'stream'
    11871188                ) );
Note: See TracChangeset for help on using the changeset viewer.