Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/22/2009 12:01:36 PM (16 years ago)
Author:
apeatling
Message:

Fixes #1223

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.1/bp-core.php

    r2035 r2047  
    6666if ( !defined( 'BP_HOME_BLOG_SLUG' ) )
    6767    define( 'BP_HOME_BLOG_SLUG', 'blog' );
     68   
     69/* Register BuddyPress themes contained within the theme folder */
     70if ( function_exists( 'register_theme_folder' ) )
     71    register_theme_folder( 'buddypress/bp-themes' );
    6872
    6973
Note: See TracChangeset for help on using the changeset viewer.