Changeset 42213
- Timestamp:
- 11/21/2017 03:46:04 AM (7 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-admin/includes/misc.php
r42115 r42213 78 78 if ( false !== strpos( $markerline, '# END ' . $marker ) ) { 79 79 $state = false; 80 if ( $state ) {81 $result[] = $markerline;82 }83 if ( false !== strpos( $markerline, '# BEGIN ' . $marker ) ) {84 $state = true;85 }80 } 81 if ( $state ) { 82 $result[] = $markerline; 83 } 84 if ( false !== strpos( $markerline, '# BEGIN ' . $marker ) ) { 85 $state = true; 86 86 } 87 87 }
Note: See TracChangeset
for help on using the changeset viewer.