/** * bp_group_documents_display() * * Sets up the plugin template file and calls the display output function * version 2.0 7/3/2013 Stergatu */ function bp_group_documents_display() { bp_group_documents_display_content(); }
/** * bp_group_documents_display() * * Sets up the plugin template file and calls the display output function * version 2.0 7/3/2013 Stergatu */ function bp_group_documents_display() { global $bp; bp_group_documents_display_content(); }