Skip to:
Content

BuddyPress.org

Changeset 960 for trunk/bp-friends.php


Ignore:
Timestamp:
01/29/2009 04:05:55 AM (16 years ago)
Author:
apeatling
Message:

Added constant with filter for component slugs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-friends.php

    r938 r960  
    55define ( 'BP_FRIENDS_VERSION', '1.0b1' );
    66define ( 'BP_FRIENDS_DB_VERSION', '937' );
     7
     8define ( 'BP_FRIENDS_SLUG', apply_filters( 'friends_slug', 'friends' ) );
    79
    810include_once( 'bp-friends/bp-friends-classes.php' );
     
    5961        'image_base' => site_url( MUPLUGINDIR . '/bp-friends/images' ),
    6062        'format_activity_function' => 'friends_format_activity',
    61         'slug'       => 'friends'
     63        'slug'       => BP_FRIENDS_SLUG
    6264    );
    6365
Note: See TracChangeset for help on using the changeset viewer.