- Timestamp:
- 09/24/2011 02:52:30 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.5/bp-themes/bp-default/groups/single/forum.php
r4803 r5182 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() ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.