Changeset 4211 for trunk/bp-forums/bp-forums-template.php
- Timestamp:
- 04/16/2011 04:47:36 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/bp-forums/bp-forums-template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-forums/bp-forums-template.php
r4149 r4211 70 70 71 71 function BP_Forums_Template_Forum( $type, $forum_id, $user_id, $page, $per_page, $max, $no_stickies, $search_terms ) { 72 $this->__construct( $type, $forum_id, $user_id, $page, $per_page, $max, $no_stickies, $search_terms ); 73 } 74 75 function __construct( $type, $forum_id, $user_id, $page, $per_page, $max, $no_stickies, $search_terms ) { 72 76 global $bp; 73 77 … … 790 794 791 795 function BP_Forums_Template_Topic( $topic_id, $per_page, $max, $order ) { 796 $this->__construct( $topic_id, $per_page, $max, $order ); 797 } 798 799 function __construct( $topic_id, $per_page, $max, $order ) { 792 800 global $bp, $current_user, $forum_template; 793 801
Note: See TracChangeset
for help on using the changeset viewer.