Changeset 24996
- Timestamp:
- 08/06/2013 05:44:32 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/pluggable.php
r24649 r24996 857 857 * @param string $location The path to redirect to 858 858 * @param int $status Status code to use 859 * @return bool False if $location is not set859 * @return bool False if $location is not provided, true otherwise. 860 860 */ 861 861 function wp_redirect($location, $status = 302) { … … 874 874 875 875 header("Location: $location", true, $status); 876 877 return true; 876 878 } 877 879 endif;
Note: See TracChangeset
for help on using the changeset viewer.