Ticket #1518: 1518.patch.diff
| File 1518.patch.diff, 597 bytes (added by , 16 years ago) |
|---|
-
bp-core/bp-core-templatetags.php
906 906 $title = sprintf( __( '%s Directory', 'buddypress' ), ucwords( BP_MEMBERS_SLUG ) ); 907 907 else 908 908 $title = sprintf( __( '%s Directory', 'buddypress' ), ucwords( $bp->current_component ) ); 909 } else if ( $bp->current_component == BP_REGISTER_SLUG ) { 910 $title = ucwords( $bp->current_component ); 909 911 } else { 910 912 global $post; 911 913 $title = get_the_title($post->ID);