Skip to:
Content

BuddyPress.org

Changeset 5079


Ignore:
Timestamp:
08/31/2011 06:46:59 PM (12 years ago)
Author:
boonebgorges
Message:

Changes New Reply link class so that JS is not too greedy. Fixes #3532. Props modemlooper

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/groups/single/forum/topic.php

    r4961 r5079  
    88            <ul>
    99                <li>
    10                     <a href="#post-topic-reply" class="show-hide-new"><?php _e( 'New Reply', 'buddypress' ) ?></a>
     10                    <a href="#post-topic-reply" class="new-reply-link"><?php _e( 'New Reply', 'buddypress' ) ?></a>
    1111                </li>
    1212
Note: See TracChangeset for help on using the changeset viewer.