Make WordPress Core


Ignore:
Timestamp:
10/25/2016 12:37:50 AM (8 years ago)
Author:
dd32
Message:

Docs: Correct a number of typos/spelling mistakes in inline comments.

Props ottok.
Fixes #38464.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/misc.php

    r38024 r38893  
    134134    }
    135135
    136     // Split out the existing file into the preceeding lines, and those that appear after the marker
     136    // Split out the existing file into the preceding lines, and those that appear after the marker
    137137    $pre_lines = $post_lines = $existing_lines = array();
    138138    $found_marker = $found_end_marker = false;
Note: See TracChangeset for help on using the changeset viewer.