Changeset 4655 for trunk/includes/common/functions.php
- Timestamp:
- 12/25/2012 08:00:36 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/includes/common/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/common/functions.php
r4588 r4655 228 228 229 229 /** Misc **********************************************************************/ 230 231 /** 232 * Return the unescaped redirect_to request value 233 * 234 * @bbPress (r4655) 235 * 236 * @return string The URL to redirect to, if set 237 */ 238 function bbp_get_redirect_to() { 239 $retval = !empty( $_REQUEST['redirect_to'] ) ? $_REQUEST['redirect_to'] : ''; 240 241 return apply_filters( 'bbp_get_redirect_to', $retval ); 242 } 230 243 231 244 /**
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)