Changeset 2839
- Timestamp:
- 03/12/2010 12:40:27 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-core/bp-core-templatetags.php
r2836 r2839 917 917 } else if ( bp_is_activation_page() ) { 918 918 $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' ); 919 925 } 920 926
Note: See TracChangeset
for help on using the changeset viewer.