Changeset 645
- Timestamp:
- 05/29/2014 10:09:55 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/page-plugins.php
r442 r645 5 5 <?php 6 6 $current_page = isset( $_GET['ppage'] ) ? absint( $_GET['ppage'] ) : 1; 7 $plugins = bb_base_get_ bbpress_plugins( $current_page, $_GET['ps']);7 $plugins = bb_base_get_plugins( $current_page, $_GET['ps'], 'bbpress' ); 8 8 $from_num = intval( ( (int) $plugins->info['page'] - 1 ) * 10 ) + 1; 9 9 $to_num = ( $from_num + 9 > (int) $plugins->info['results'] ) ? $plugins->info['results'] : $from_num + 9;
Note: See TracChangeset
for help on using the changeset viewer.