Skip to:
Content

BuddyPress.org

Changeset 6370


Ignore:
Timestamp:
10/01/2012 06:23:16 PM (14 years ago)
Author:
johnjamesjacoby
Message:

Loader:

  • Add SVN $id$ to phpdoc header
  • Add @todo to setup_actions, reminding us to move bp-default to themes extend at some point.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-loader.php

    r6343 r6370  
    44 *
    55 * BuddyPress is social networking software with a twist from the creators of WordPress.
     6 *
     7 * $Id$
    68 *
    79 * @package BuddyPress
     
    496498
    497499        // Setup the BuddyPress theme directory
     500        // @todo Move bp-default to wordpress.org/extend/themes and remove this
    498501        register_theme_directory( $this->themes_dir );
    499502    }
Note: See TracChangeset for help on using the changeset viewer.