Ticket #39920: 39920-3.patch
| File 39920-3.patch, 558 bytes (added by , 8 years ago) |
|---|
-
src/wp-admin/includes/misc.php
71 71 return $result; 72 72 } 73 73 74 if ( $markerdata = explode( "\n", implode( '', file( $filename ) ) )); 75 { 74 $markerdata = explode( "\n", implode( '', file( $filename ) ) ); 75 76 if ( ! empty( $markerdata ) ) { 76 77 $state = false; 77 78 foreach ( $markerdata as $markerline ) { 78 79 if (strpos($markerline, '# END ' . $marker) !== false)