Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/01/2010 10:27:54 PM (15 years ago)
Author:
djpaul
Message:

Change group forum index's topic post form to be hidden on load to match forum directory index. Fixes #1623.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/groups/single/forum.php

    r3300 r3335  
    2222
    2323        <form action="" method="post" id="forum-topic-form" class="standard-form">
    24             <div id="post-new-topic">
     24            <div id="new-topic-post">
    2525
    2626                <?php do_action( 'bp_before_group_forum_post_new' ) ?>
     
    4949
    5050                <?php wp_nonce_field( 'bp_forums_new_topic' ) ?>
    51             </div><!-- #post-new-topic -->
     51            </div><!-- #new-topic-post -->
    5252        </form><!-- #forum-topic-form -->
    5353
Note: See TracChangeset for help on using the changeset viewer.