Ticket #1159: 1159.diff
File 1159.diff, 488 bytes (added by , 15 years ago) |
---|
-
bp-status.php
84 84 function bp_status_action_add() { 85 85 global $bp; 86 86 87 if ( $bp->current_component != BP_STATUS_SLUG &&'add' != $bp->current_action )87 if ( $bp->current_component != BP_STATUS_SLUG || 'add' != $bp->current_action ) 88 88 return false; 89 89 90 90 if ( !check_admin_referer( 'bp_status_add_status', '_wpnonce_add_status' ) )