Changeset 3919 for branches/plugin/bbp-includes/bbp-reply-functions.php
- Timestamp:
- 05/22/2012 09:58:26 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-reply-functions.php
r3912 r3919 973 973 * @uses bbp_get_reply_url() To get the reply url 974 974 * @uses add_query_arg() To add custom args to the reply url 975 * @uses wp_ redirect() To redirect to the reply975 * @uses wp_safe_redirect() To redirect to the reply 976 976 * @uses bbPress::errors:add() To log the error messages 977 977 */ … … 1085 1085 1086 1086 // Redirect back to reply 1087 wp_ redirect( $reply_url );1087 wp_safe_redirect( $reply_url ); 1088 1088 1089 1089 // For good measure
Note: See TracChangeset
for help on using the changeset viewer.