Skip to:
Content

BuddyPress.org

Changeset 7353


Ignore:
Timestamp:
08/23/2013 08:55:15 PM (11 years ago)
Author:
boonebgorges
Message:

Pinking shears

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-blogs/bp-blogs-screens.php

    r7352 r7353  
    9595            add_filter( 'bp_get_buddypress_template',                array( $this, 'create_template_hierarchy' ) );
    9696            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'    ) );
    9898        }
    9999    }
     
    159159        bp_buffer_template_part( 'blogs/index' );
    160160    }
    161    
     161
    162162    /** Create ****************************************************************/
    163163
Note: See TracChangeset for help on using the changeset viewer.