Changeset 3300 for trunk/bp-themes/bp-default/groups/single/forum/edit.php
- Timestamp:
- 10/24/2010 09:22:29 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/groups/single/forum/edit.php
r2714 r3300 1 <?php do_action( 'bp_before_group_forum_edit_form' ) ?> 2 1 3 <?php if ( bp_has_forum_topic_posts() ) : ?> 2 4 … … 5 7 <div id="topic-meta"> 6 8 <h3><?php bp_the_topic_title() ?> (<?php bp_the_topic_total_post_count() ?>)</h3> 7 <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> </span>9 <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> 8 10 9 11 <?php if ( bp_group_is_admin() || bp_group_is_mod() || bp_get_the_topic_is_mine() ) : ?> … … 58 60 <?php endif; ?> 59 61 60 </form> 62 </form><!-- #forum-topic-form --> 61 63 62 64 <?php else: ?> … … 67 69 68 70 <?php endif;?> 71 72 <?php do_action( 'bp_after_group_forum_edit_form' ) ?>
Note: See TracChangeset
for help on using the changeset viewer.