Changeset 4012 for trunk/bp-forums/bp-forums-loader.php
- Timestamp:
- 02/02/2011 08:52:58 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-forums/bp-forums-loader.php
r3933 r4012 129 129 'parent_url' => $forums_link, 130 130 'parent_slug' => $this->slug, 131 'screen_function' => 'bp_ forums_screen_topics',131 'screen_function' => 'bp_member_forums_screen_topics', 132 132 'position' => 20, 133 133 'item_css_id' => 'forums-friends' … … 140 140 'parent_url' => $forums_link, 141 141 'parent_slug' => $this->slug, 142 'screen_function' => 'bp_ forums_screen_replies',142 'screen_function' => 'bp_member_forums_screen_replies', 143 143 'position' => 40, 144 144 'item_css_id' => 'forums-friends' … … 151 151 'parent_url' => $forums_link, 152 152 'parent_slug' => $this->slug, 153 'screen_function' => 'bp_ forums_screen_favorites',153 'screen_function' => 'bp_member_forums_screen_favorites', 154 154 'position' => 60, 155 155 'item_css_id' => 'forums-favs'
Note: See TracChangeset
for help on using the changeset viewer.