]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/includes/misc.php
WordPress 4.7.1-scripts
[autoinstalls/wordpress.git] / wp-admin / includes / misc.php
index 0cc57cbc9b8b9c22c9c9273b18c9cdbcad8962db..679b9ac5d6d89dc38a3ecb81f7c817a053a2fc90 100644 (file)
@@ -133,7 +133,7 @@ function insert_with_markers( $filename, $marker, $insertion ) {
                $lines[] = rtrim( fgets( $fp ), "\r\n" );
        }
 
-       // Split out the existing file into the preceeding lines, and those that appear after the marker
+       // Split out the existing file into the preceding lines, and those that appear after the marker
        $pre_lines = $post_lines = $existing_lines = array();
        $found_marker = $found_end_marker = false;
        foreach ( $lines as $line ) {