Make WordPress Core

Changeset 25094


Ignore:
Timestamp:
08/22/2013 10:00:41 PM (11 years ago)
Author:
nacin
Message:

Fix various typos in inline documentation. props nofearinc, fixes #25119.

Location:
trunk/src
Files:
3 edited

Legend:

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

    r25083 r25094  
    12571257    global $wp_settings_errors;
    12581258
    1259     // If $sanitize is true, manually re-run the sanitizisation for this option
     1259    // If $sanitize is true, manually re-run the sanitization for this option
    12601260    // This allows the $sanitize_callback from register_setting() to run, adding
    12611261    // any settings errors you want to show by default.
  • trunk/src/wp-admin/js/editor.js

    r23790 r25094  
    9595        content = content.replace(/(<p [^>]+>.*?)<\/p>/g, '$1</p#>');
    9696
    97         // Sepatate <div> containing <p>
     97        // Separate <div> containing <p>
    9898        content = content.replace(/<div( [^>]*)?>\s*<p>/gi, '<div$1>\n\n');
    9999
  • trunk/src/wp-content/themes/twentyfourteen/js/theme.js

    r25065 r25094  
    4848        } );
    4949
    50         // DOM manupilations for mobile header
     50        // DOM manipulations for mobile header
    5151        function mobileHeader() {
    5252            // Check if the toggler exists. If not add it.
Note: See TracChangeset for help on using the changeset viewer.