Changeset 46649 for trunk/src/wp-includes/pluggable.php
- Timestamp:
- 11/04/2019 12:57:17 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r46641 r46649 1252 1252 } 1253 1253 1254 if ( 300 > $status|| 399 < $status ) {1254 if ( $status < 300 || 399 < $status ) { 1255 1255 wp_die( __( 'HTTP redirect status code must be a redirection code, 3xx.' ) ); 1256 1256 }
Note: See TracChangeset
for help on using the changeset viewer.