Changeset 4655 for trunk/includes/topics/functions.php
- Timestamp:
- 12/25/2012 08:00:36 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/topics/functions.php
r4654 r4655 344 344 345 345 // Redirect to 346 $redirect_to = !empty( $_REQUEST['redirect_to'] ) ? $_REQUEST['redirect_to'] : '';346 $redirect_to = bbp_get_redirect_to(); 347 347 348 348 // Get the topic URL … … 682 682 683 683 // Redirect to 684 $redirect_to = !empty( $_REQUEST['redirect_to'] ) ? $_REQUEST['redirect_to'] : '';684 $redirect_to = bbp_get_redirect_to(); 685 685 686 686 // View all?
Note: See TracChangeset
for help on using the changeset viewer.