Changeset 3335
- Timestamp:
- 11/01/2010 10:27:54 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-templatetags.php
r3328 r3335 1105 1105 'link_href' => '#post-new', 1106 1106 'link_class' => '', 1107 'link_id' => 'new-topic-button', 1107 1108 'link_text' => __( 'New Topic', 'buddypress' ), 1108 1109 'link_title' => __( 'New Topic', 'buddypress' ), -
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.