Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/17/2011 11:57:04 PM (13 years ago)
Author:
djpaul
Message:

Replace parentheses around nav item numbers with spans. Fixes #3340, big props davidtcarson

File:
1 edited

Legend:

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

    r4675 r4676  
    5959                <?php if ( bp_activity_can_comment() ) : ?>
    6060
    61                     <a href="<?php bp_get_activity_comment_link(); ?>" class="acomment-reply bp-primary-action" id="acomment-comment-<?php bp_activity_id(); ?>"><?php printf( __( 'Comment (<span>%s</span>)', 'buddypress' ), bp_activity_get_comment_count() ); ?></a>
     61                    <a href="<?php bp_get_activity_comment_link(); ?>" class="acomment-reply bp-primary-action" id="acomment-comment-<?php bp_activity_id(); ?>"><?php printf( __( 'Comment <span>%s</span>', 'buddypress' ), bp_activity_get_comment_count() ); ?></a>
    6262
    6363                <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.