Changeset 3627 for trunk/bp-blogs.php
- Timestamp:
- 12/30/2010 10:13:05 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-blogs.php
r3578 r3627 13 13 define ( 'BP_BLOGS_SLUG', $bp->pages->blogs->slug ); 14 14 15 / * For internal identification */15 // For internal identification 16 16 $bp->blogs->id = 'blogs'; 17 17 … … 23 23 $bp->blogs->format_notification_function = 'bp_blogs_format_notifications'; 24 24 25 / * Register this in the active components array */25 // Register this in the active components array 26 26 $bp->active_components[$bp->blogs->slug] = $bp->blogs->id; 27 28 // The default text for the blogs directory search box 29 $bp->default_search_strings[$bp->blogs->slug] = __( 'Search Blogs...', 'buddypress' ); 27 30 28 31 do_action( 'bp_blogs_setup_globals' );
Note: See TracChangeset
for help on using the changeset viewer.