Changeset 35914 for trunk/src/wp-includes/pluggable.php
- Timestamp:
- 12/14/2015 02:42:29 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r35913 r35914 1238 1238 * @since 2.3.0 1239 1239 * 1240 * @return string redirect-sanitized URL 1240 * @param string $location The path to redirect to. 1241 * @return string Redirect-sanitized URL. 1241 1242 **/ 1242 1243 function wp_sanitize_redirect($location) { … … 1289 1290 * 1290 1291 * @since 2.3.0 1292 * 1293 * @param string $location The path to redirect to. 1294 * @param int $status Status code to use. 1291 1295 */ 1292 1296 function wp_safe_redirect($location, $status = 302) {
Note: See TracChangeset
for help on using the changeset viewer.