Skip to:
Content

BuddyPress.org

Changeset 1315 for trunk/bp-core.php


Ignore:
Timestamp:
04/05/2009 12:29:18 PM (15 years ago)
Author:
apeatling
Message:

Improving usability around themes and admin screens.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core.php

    r1311 r1315  
    12051205    if ( $themes ) {
    12061206        foreach ( $themes as $name => $values ) {
     1207            if ( $name == 'BuddyPress Default Home Theme' )
     1208                continue;
     1209           
    12071210            $member_themes[] = array(
    12081211                'name' => $name,
    1209                 'template' => $values['Template']
     1212                'template' => $values['Template'],
     1213                'version' => $values['Version']
    12101214            );
    12111215        }
Note: See TracChangeset for help on using the changeset viewer.