- Timestamp:
- 06/27/2010 07:57:08 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-themes/bp-default/groups/single/forum/topic.php
r2994 r3094 21 21 <a class="button" href="<?php bp_forum_permalink() ?>/">← <?php _e( 'Group Forum', 'buddypress' ) ?></a> <a class="button" href="<?php bp_forum_directory_permalink() ?>/"><?php _e( 'Group Forum Directory', 'buddypress') ?></a> 22 22 23 <?php if ( bp_group_is_admin() || bp_group_is_mod() || bp_get_the_topic_is_mine() ) : ?> 24 <div class="admin-links"><?php bp_the_topic_admin_links() ?></div> 25 <?php endif; ?> 23 <div class="admin-links"> 24 <?php if ( bp_group_is_admin() || bp_group_is_mod() || bp_get_the_topic_is_mine() ) : ?> 25 <?php bp_the_topic_admin_links() ?> 26 <?php endif; ?> 27 28 <?php do_action( 'bp_group_forum_topic_meta' ); ?> 29 </div> 26 30 </div> 27 31 … … 47 51 <?php bp_the_topic_post_admin_links() ?> 48 52 <?php endif; ?> 53 54 <?php do_action( 'bp_group_forum_post_meta' ); ?> 55 49 56 <a href="#post-<?php bp_the_topic_post_id() ?>" title="<?php _e( 'Permanent link to this post', 'buddypress' ) ?>">#</a> 50 57 </div>
Note: See TracChangeset
for help on using the changeset viewer.