Skip to:
Content

BuddyPress.org

Changeset 2839


Ignore:
Timestamp:
03/12/2010 12:40:27 PM (15 years ago)
Author:
apeatling
Message:

Adding missing create blog and group page titles.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-core/bp-core-templatetags.php

    r2836 r2839  
    917917    } else if ( bp_is_activation_page() ) {
    918918        $title = __( 'Activate your Account', 'buddypress' );
     919
     920    } else if ( bp_is_group_create() ) {
     921        $title = __( 'Create a Group', 'buddypress' );
     922
     923    } else if ( bp_is_create_blog() ) {
     924        $title = __( 'Create a Blog', 'buddypress' );
    919925    }
    920926
Note: See TracChangeset for help on using the changeset viewer.