Changeset 7353
- Timestamp:
- 08/23/2013 08:55:15 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-blogs/bp-blogs-screens.php
r7352 r7353 95 95 add_filter( 'bp_get_buddypress_template', array( $this, 'create_template_hierarchy' ) ); 96 96 add_action( 'bp_template_include_reset_dummy_post_data', array( $this, 'create_dummy_post' ) ); 97 add_filter( 'bp_replace_the_content', array( $this, 'create_content' ) ); 97 add_filter( 'bp_replace_the_content', array( $this, 'create_content' ) ); 98 98 } 99 99 } … … 159 159 bp_buffer_template_part( 'blogs/index' ); 160 160 } 161 161 162 162 /** Create ****************************************************************/ 163 163
Note: See TracChangeset
for help on using the changeset viewer.