Skip to:
Content

BuddyPress.org

Changeset 1031


Ignore:
Timestamp:
02/08/2009 10:05:42 PM (17 years ago)
Author:
apeatling
Message:

Updating missing translation and adding nonces to forum posting.

Location:
trunk/buddypress-theme/member-themes/buddypress-member/groups/forum
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/buddypress-theme/member-themes/buddypress-member/groups/forum/index.php

    r903 r1031  
    9191                            <input type="text" name="topic_tags" id="topic_tags" value="" />
    9292                   
    93                             <p class="submit"><input type="submit" name="submit_topic" id="submit" value="Post Topic"/></p>
     93                            <p class="submit"><input type="submit" name="submit_topic" id="submit" value="<?php _e( 'Post Topic', 'buddypress' ) ?>" /></p>
     94                           
     95                            <?php wp_nonce_field( 'bp_forums_new_topic' ) ?>
    9496                        </div>
    9597                   
  • trunk/buddypress-theme/member-themes/buddypress-member/groups/forum/topic.php

    r903 r1031  
    7474                        <p><?php _e( 'Add a reply:', 'buddypress' ) ?></p>
    7575                        <textarea name="reply_text" id="reply_text"></textarea>
    76                         <p class="submit"><input type="submit" name="submit_reply" id="submit" value="Post Reply"/></p>
     76                        <p class="submit"><input type="submit" name="submit_reply" id="submit" value="<?php _e( 'Post Reply', 'buddypress' ) ?>" /></p>
     77                       
     78                        <?php wp_nonce_field( 'bp_forums_new_reply' ) ?>
    7779                    </div>
    7880                   
Note: See TracChangeset for help on using the changeset viewer.