Skip to:
Content

BuddyPress.org

Ticket #1518: 1518.patch.diff

File 1518.patch.diff, 597 bytes (added by hempsworth, 16 years ago)
  • bp-core/bp-core-templatetags.php

     
    906906                        $title = sprintf( __( '%s Directory', 'buddypress' ), ucwords( BP_MEMBERS_SLUG ) );
    907907                else
    908908                        $title = sprintf( __( '%s Directory', 'buddypress' ), ucwords( $bp->current_component ) );
     909        } else if ( $bp->current_component == BP_REGISTER_SLUG ) {
     910                $title = ucwords( $bp->current_component );
    909911        } else {
    910912                global $post;
    911913                $title = get_the_title($post->ID);