# This patch file was generated by NetBeans IDE
# Following Index: paths are relative to: /Users/Francesco/NetBeansProjects/bp-branch-1.2/1.2
# This patch can be applied using context Tools: Patch action on respective folder.
# It uses platform neutral UTF-8 encoding and \n newlines.
# Above lines and this line are ignored by the patching process.
|
|
|
|
| 20 | 20 | <h3><?php bp_the_topic_title() ?> (<?php bp_the_topic_total_post_count() ?>)</h3> |
| 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 | <div class="admin-links"> |
| 23 | 24 | <?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 bp_the_topic_admin_links() ?> |
| 25 | 26 | <?php endif; ?> |
| | 27 | <?php do_action( 'bp_group_forum_topic_meta' ) ?> |
| 26 | 28 | </div> |
| | 29 | </div> |
| 27 | 30 | |
| 28 | 31 | <?php do_action( 'bp_before_group_forum_topic_posts' ) ?> |
| 29 | 32 | |
| … |
… |
|
| 46 | 49 | <?php if ( bp_group_is_admin() || bp_group_is_mod() || bp_get_the_topic_post_is_mine() ) : ?> |
| 47 | 50 | <?php bp_the_topic_post_admin_links() ?> |
| 48 | 51 | <?php endif; ?> |
| | 52 | <?php do_action( 'bp_group_forum_post_meta' ) ?> |
| 49 | 53 | <a href="#post-<?php bp_the_topic_post_id() ?>" title="<?php _e( 'Permanent link to this post', 'buddypress' ) ?>">#</a> |
| 50 | 54 | </div> |
| 51 | 55 | </li> |