Changeset 3919 for branches/plugin/bbp-admin/bbp-replies.php
- Timestamp:
- 05/22/2012 09:58:26 AM (14 years ago)
- File:
-
- 1 edited
-
branches/plugin/bbp-admin/bbp-replies.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-admin/bbp-replies.php
r3824 r3919 494 494 * data, action and message 495 495 * @uses add_query_arg() To add custom args to the url 496 * @uses wp_ redirect() Redirect the page to custom url496 * @uses wp_safe_redirect() Redirect the page to custom url 497 497 */ 498 498 function toggle_reply() { … … 535 535 // Redirect back to the reply 536 536 $redirect = add_query_arg( $message, remove_query_arg( array( 'action', 'reply_id' ) ) ); 537 wp_ redirect( $redirect );537 wp_safe_redirect( $redirect ); 538 538 539 539 // For good measure
Note: See TracChangeset
for help on using the changeset viewer.