Changeset 1209 for trunk/bp-blogs.php
- Timestamp:
- 03/15/2009 07:43:18 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/bp-blogs.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-blogs.php
r1204 r1209 143 143 $bp->blogs->format_activity_function = 'bp_blogs_format_activity'; 144 144 $bp->blogs->format_notification_function = 'bp_blogs_format_notifications'; 145 $bp->blogs->image_base = site_url( MUPLUGINDIR . '/bp-groups/images' );145 $bp->blogs->image_base = WPMU_PLUGIN_URL . '/bp-groups/images'; 146 146 $bp->blogs->slug = BP_BLOGS_SLUG; 147 147 … … 440 440 441 441 $is_private = bp_blogs_is_blog_hidden( $recorded_post->blog_id ); 442 443 if ( 0 != (int)$is_private )444 $is_private = 1;445 442 446 443 if ( $recorded_post->date_created >= strtotime( "-24 hours" ) ) {
Note: See TracChangeset
for help on using the changeset viewer.