Skip to:
Content

BuddyPress.org

Changeset 6081


Ignore:
Timestamp:
06/13/2012 07:35:56 PM (12 years ago)
Author:
djpaul
Message:

Correct activity directory permalink in BP-Default. Fixes #4177, props r-a-y

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/activity/index.php

    r5987 r6081  
    3737                    <?php do_action( 'bp_before_activity_type_tab_all' ); ?>
    3838
    39                     <li class="selected" id="activity-all"><a href="<?php echo trailingslashit( bp_get_root_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_member_count() ); ?></a></li>
     39                    <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_member_count() ); ?></a></li>
    4040
    4141                    <?php if ( is_user_logged_in() ) : ?>
Note: See TracChangeset for help on using the changeset viewer.