Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/09/2009 06:52:51 AM (17 years ago)
Author:
apeatling
Message:

Added nonce security checks to all BuddyPress actions. Fixes #454

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-messages/js/general.php

    r920 r1032  
    4040                action: 'messages_send_reply',
    4141                'cookie': encodeURIComponent(document.cookie),
    42                 '_wpnonce': jQuery("input#_wpnonce").val(),
     42                '_wpnonce': jQuery("input#_wpnonce_send_message").val(),
    4343               
    4444                'content': jQuery("#message_content").val(),
Note: See TracChangeset for help on using the changeset viewer.