Changeset 5658 for trunk/src/includes/admin/replies.php
- Timestamp:
- 03/24/2015 01:32:20 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/admin/replies.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/replies.php
r5637 r5658 465 465 * data, action and message 466 466 * @uses add_query_arg() To add custom args to the url 467 * @uses wp_safe_redirect() Redirect the page to custom url467 * @uses bbp_redirect() Redirect the page to custom url 468 468 */ 469 469 public function toggle_reply() { … … 522 522 // Redirect back to the reply 523 523 $redirect = add_query_arg( $message, remove_query_arg( array( 'action', 'reply_id' ) ) ); 524 wp_safe_redirect( $redirect ); 525 526 // For good measure 527 exit(); 524 bbp_redirect( $redirect ); 528 525 } 529 526 }
Note: See TracChangeset
for help on using the changeset viewer.