Changeset 7386 for trunk/bp-blogs/bp-blogs-screens.php
- Timestamp:
- 09/17/2013 05:37:21 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-blogs/bp-blogs-screens.php
r7353 r7386 157 157 */ 158 158 public function directory_content() { 159 bp_buffer_template_part( 'blogs/index');159 return bp_buffer_template_part( 'blogs/index', null, false ); 160 160 } 161 161 … … 218 218 */ 219 219 public function create_content() { 220 bp_buffer_template_part( 'blogs/create');220 return bp_buffer_template_part( 'blogs/create', null, false ); 221 221 } 222 222 }
Note: See TracChangeset
for help on using the changeset viewer.