Changeset 7386 for trunk/bp-groups/bp-groups-screens.php
- Timestamp:
- 09/17/2013 05:37:21 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/bp-groups/bp-groups-screens.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-screens.php
r7343 r7386 1049 1049 */ 1050 1050 public function directory_content() { 1051 bp_buffer_template_part( 'groups/index');1051 return bp_buffer_template_part( 'groups/index', null, false ); 1052 1052 } 1053 1053 … … 1110 1110 */ 1111 1111 public function create_content() { 1112 bp_buffer_template_part( 'groups/create');1112 return bp_buffer_template_part( 'groups/create', null, false ); 1113 1113 } 1114 1114 … … 1170 1170 */ 1171 1171 public function single_content() { 1172 bp_buffer_template_part( 'groups/single/home');1172 return bp_buffer_template_part( 'groups/single/home', null, false ); 1173 1173 } 1174 1174 }
Note: See TracChangeset
for help on using the changeset viewer.