Changeset 3335 for trunk/bp-themes/bp-default/groups/single/forum.php
- Timestamp:
- 11/01/2010 10:27:54 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/groups/single/forum.php
r3300 r3335 22 22 23 23 <form action="" method="post" id="forum-topic-form" class="standard-form"> 24 <div id=" post-new-topic">24 <div id="new-topic-post"> 25 25 26 26 <?php do_action( 'bp_before_group_forum_post_new' ) ?> … … 49 49 50 50 <?php wp_nonce_field( 'bp_forums_new_topic' ) ?> 51 </div><!-- # post-new-topic-->51 </div><!-- #new-topic-post --> 52 52 </form><!-- #forum-topic-form --> 53 53
Note: See TracChangeset
for help on using the changeset viewer.