Skip to:
Content

BuddyPress.org

Changeset 1226


Ignore:
Timestamp:
03/17/2009 09:36:27 AM (18 years ago)
Author:
apeatling
Message:

Fixing naming error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-catchuri.php

    r1219 r1226  
    210210                                load_template( TEMPLATEPATH . "/404.php" );
    211211                        } else {
    212                                 wp_die( __( '<strong>You do not have any BuddyPress themes installed.</strong><br />Please download the <a href="http://buddypress.org/extend/themes" title="Download">Default BuddyPress Theme</a> and install it in /wp-content/buddypress-themes/' ) );
     212                                wp_die( __( '<strong>You do not have any BuddyPress themes installed.</strong><br />Please download the <a href="http://buddypress.org/extend/themes" title="Download">Default BuddyPress Theme</a> and install it in /wp-content/bp-themes/' ) );
    213213                        }
    214214                }
Note: See TracChangeset for help on using the changeset viewer.