Changeset 7386 for trunk/bp-activity/bp-activity-screens.php
- Timestamp:
- 09/17/2013 05:37:21 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-screens.php
r7212 r7386 413 413 */ 414 414 public function directory_content() { 415 bp_buffer_template_part( 'activity/index');415 return bp_buffer_template_part( 'activity/index', null, false ); 416 416 } 417 417 … … 466 466 */ 467 467 public function single_dummy_content() { 468 bp_buffer_template_part( 'activity/single/home');468 return bp_buffer_template_part( 'activity/single/home', null, false ); 469 469 } 470 470 }
Note: See TracChangeset
for help on using the changeset viewer.