Changeset 5184
- Timestamp:
- 09/24/2011 02:59:19 AM (13 years ago)
- Location:
- trunk/bp-themes/bp-default
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/forums/single/topic.php
r4812 r5184 34 34 <div class="item-list-tabs no-ajax" id="subnav" role="navigation"> 35 35 <ul> 36 <li> 37 <a href="#post-topic-reply" class="show-hide-new"><?php _e( 'New Reply', 'buddypress' ) ?></a> 38 </li> 36 <?php if ( is_user_logged_in() ) : ?> 37 <li> 38 <a href="#post-topic-reply" class="show-hide-new"><?php _e( 'New Reply', 'buddypress' ) ?></a> 39 </li> 40 <?php endif; ?> 39 41 40 42 <?php if ( bp_forums_has_directory() ) : ?> -
trunk/bp-themes/bp-default/groups/single/forum.php
r4803 r5184 14 14 <ul> 15 15 16 <li> 17 <a href="#post-new" class="show-hide-new"><?php _e( 'New Topic', 'buddypress' ) ?></a> 18 </li> 16 <?php if ( is_user_logged_in() ) : ?> 17 18 <li> 19 <a href="#post-new" class="show-hide-new"><?php _e( 'New Topic', 'buddypress' ) ?></a> 20 </li> 21 22 <?php endif; ?> 19 23 20 24 <?php if ( bp_forums_has_directory() ) : ?> -
trunk/bp-themes/bp-default/groups/single/forum/topic.php
r5080 r5184 7 7 <div class="item-list-tabs no-ajax" id="subnav" role="navigation"> 8 8 <ul> 9 <li> 10 <a href="<?php bp_forum_topic_new_reply_link() ?>" class="new-reply-link"><?php _e( 'New Reply', 'buddypress' ) ?></a> 11 </li> 9 <?php if ( is_user_logged_in() ) : ?> 10 11 <li> 12 <a href="<?php bp_forum_topic_new_reply_link() ?>" class="new-reply-link"><?php _e( 'New Reply', 'buddypress' ) ?></a> 13 </li> 14 15 <?php endif; ?> 12 16 13 17 <?php if ( bp_forums_has_directory() ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.