Changeset 32733 for trunk/src/wp-includes/ms-deprecated.php
- Timestamp:
- 06/12/2015 05:47:16 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-deprecated.php
r31211 r32733 211 211 } 212 212 213 if ( $display == true) {213 if ( $display ) { 214 214 if ( is_array( $most_active ) ) { 215 215 reset( $most_active ); … … 254 254 exit(); 255 255 } 256 if ( empty( $_SERVER['HTTP_REFERER'] ) == false) {256 if ( ! empty( $_SERVER['HTTP_REFERER'] ) ) { 257 257 wp_redirect( $_SERVER['HTTP_REFERER'] ); 258 258 exit();
Note: See TracChangeset
for help on using the changeset viewer.