Changeset 38893 for trunk/src/wp-admin/includes/misc.php
- Timestamp:
- 10/25/2016 12:37:50 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/misc.php
r38024 r38893 134 134 } 135 135 136 // Split out the existing file into the prece eding lines, and those that appear after the marker136 // Split out the existing file into the preceding lines, and those that appear after the marker 137 137 $pre_lines = $post_lines = $existing_lines = array(); 138 138 $found_marker = $found_end_marker = false;
Note: See TracChangeset
for help on using the changeset viewer.