Changeset 4088 for trunk/bp-blogs/bp-blogs-screens.php
- Timestamp:
- 03/08/2011 06:35:03 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-blogs/bp-blogs-screens.php
r3917 r4088 1 1 <?php 2 3 /******************************************************************************4 * Screen functions are the controllers of BuddyPress. They will execute when their5 * specific URL is caught. They will first save or manipulate data using business6 * functions, then pass on the user to a template file.7 */8 2 9 3 function bp_blogs_screen_my_blogs() { … … 30 24 31 25 function bp_blogs_screen_index() { 32 global $bp;33 34 26 if ( is_multisite() && bp_is_blogs_component() && !bp_current_action() ) { 35 $bp->is_directory = true;27 bp_update_is_directory( true, 'blogs' ); 36 28 37 29 do_action( 'bp_blogs_screen_index' );
Note: See TracChangeset
for help on using the changeset viewer.