Ticket #4934: index.php.patch
| File index.php.patch, 587 bytes (added by , 13 years ago) |
|---|
-
index.php
28 28 29 29 </div><!-- #members-dir-search --> 30 30 31 <?php do_action( 'bp_before_directory_members_tabs' ); ?> 32 31 33 <div class="item-list-tabs" role="navigation"> 32 34 <ul> 33 35 <li class="selected" id="members-all"><a href="<?php echo trailingslashit( bp_get_root_domain() . '/' . bp_get_members_root_slug() ); ?>"><?php printf( __( 'All Members <span>%s</span>', 'buddypress' ), bp_get_total_member_count() ); ?></a></li>