Skip to:
Content

BuddyPress.org

Ticket #4177: 4177-1.5-branch.01.patch

File 4177-1.5-branch.01.patch, 866 bytes (added by r-a-y, 13 years ago)
  • bp-themes/bp-default/activity/index.php

     
    3838                                <ul>
    3939                                        <?php do_action( 'bp_before_activity_type_tab_all' ); ?>
    4040
    41                                         <li class="selected" id="activity-all"><a href="<?php echo bp_loggedin_user_domain() . bp_get_activity_slug() . '/'; ?>" title="<?php _e( 'The public activity for everyone on this site.', 'buddypress' ); ?>"><?php printf( __( 'All Members <span>%s</span>', 'buddypress' ), bp_get_total_site_member_count() ); ?></a></li>
     41                                        <li class="selected" id="activity-all"><a href="<?php bp_activity_directory_permalink(); ?>" title="<?php _e( 'The public activity for everyone on this site.', 'buddypress' ); ?>"><?php printf( __( 'All Members <span>%s</span>', 'buddypress' ), bp_get_total_site_member_count() ); ?></a></li>
    4242
    4343                                        <?php if ( is_user_logged_in() ) : ?>
    4444