Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/31/2011 07:09:52 PM (15 years ago)
Author:
boonebgorges
Message:

Introduces bp_forum_topic_new_reply_link() to get a proper last-page URL for New Reply topic buttons. Fixes #3535

File:
1 edited

Legend:

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

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