Changeset 54664
- Timestamp:
- 10/21/2022 09:49:49 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r54529 r54664 1362 1362 * @param int $status Optional. HTTP response status code to use. Default '302' (Moved Temporarily). 1363 1363 * @param string $x_redirect_by Optional. The application doing the redirect. Default 'WordPress'. 1364 * @return bool False if the redirect was cancel led, true otherwise.1364 * @return bool False if the redirect was canceled, true otherwise. 1365 1365 */ 1366 1366 function wp_redirect( $location, $status = 302, $x_redirect_by = 'WordPress' ) { … … 1505 1505 * @param int $status Optional. HTTP response status code to use. Default '302' (Moved Temporarily). 1506 1506 * @param string $x_redirect_by Optional. The application doing the redirect. Default 'WordPress'. 1507 * @return bool False if the redirect was cancel led, true otherwise.1507 * @return bool False if the redirect was canceled, true otherwise. 1508 1508 */ 1509 1509 function wp_safe_redirect( $location, $status = 302, $x_redirect_by = 'WordPress' ) {
Note: See TracChangeset
for help on using the changeset viewer.