Changeset 6219 for trunk/bp-forums/bp-forums-template.php
- Timestamp:
- 07/31/2012 09:54:19 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/bp-forums/bp-forums-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-forums/bp-forums-template.php
r6023 r6219 1004 1004 global $bp, $current_user, $forum_template; 1005 1005 1006 if ( !isset( $forum_template ) ) { 1007 $forum_template = new stdClass; 1008 } 1009 1006 1010 $this->pag_page = isset( $_REQUEST['topic_page'] ) ? intval( $_REQUEST['topic_page'] ) : 1; 1007 1011 $this->pag_num = isset( $_REQUEST['num'] ) ? intval( $_REQUEST['num'] ) : $per_page;
Note: See TracChangeset
for help on using the changeset viewer.