Changeset 3928 for trunk/bp-themes/bp-default/groups/single/forum/topic.php
- Timestamp:
- 01/25/2011 10:53:11 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/groups/single/forum/topic.php
r3912 r3928 5 5 <form action="<?php bp_forum_topic_action() ?>" method="post" id="forum-topic-form" class="standard-form"> 6 6 7 <div class="item-list-tabs " id="subnav" role="navigation">7 <div class="item-list-tabs no-ajax" id="subnav" role="navigation"> 8 8 <ul> 9 9 <li> 10 <a href="#post-topic-reply" >↓ <?php _e( 'Reply', 'buddypress' ) ?></a>10 <a href="#post-topic-reply" class="show-hide-new">↓ <?php _e( 'New Reply', 'buddypress' ) ?></a> 11 11 </li> 12 12
Note: See TracChangeset
for help on using the changeset viewer.