Skip to:
Content

BuddyPress.org

Changeset 1209 for trunk/bp-blogs.php


Ignore:
Timestamp:
03/15/2009 07:43:18 AM (17 years ago)
Author:
apeatling
Message:

Removed all references to deprecated MUPLUGINDIR and replaced with WPMU_PLUGIN_DIR and WPMU_PLUGIN_URL.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-blogs.php

    r1204 r1209  
    143143    $bp->blogs->format_activity_function = 'bp_blogs_format_activity';
    144144    $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';
    146146    $bp->blogs->slug = BP_BLOGS_SLUG;
    147147
     
    440440           
    441441            $is_private = bp_blogs_is_blog_hidden( $recorded_post->blog_id );
    442            
    443             if ( 0 != (int)$is_private )
    444                 $is_private = 1;
    445442           
    446443            if ( $recorded_post->date_created >= strtotime( "-24 hours" ) ) {
Note: See TracChangeset for help on using the changeset viewer.