Make WordPress Core

Changeset 38893


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.

Location:
trunk/src/wp-admin
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/common.css

    r38880 r38893  
    29232923        position: static;
    29242924        margin: 0;
    2925         padding-bottom: 70px; /* reset from the two column height fix, plus accomodate footer */
     2925        padding-bottom: 70px; /* reset from the two column height fix, plus accommodate footer */
    29262926    }
    29272927
  • trunk/src/wp-admin/includes/export.php

    r38254 r38893  
    354354
    355355    /**
    356      * Ouput all navigation menu terms
     356     * Output all navigation menu terms
    357357     *
    358358     * @since 3.1.0
  • 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;
  • trunk/src/wp-admin/includes/upgrade.php

    r38814 r38893  
    28222822    if ( $wp_current_db_version < 25448 && is_multisite() && wp_should_upgrade_global_tables() ) {
    28232823
    2824         // Upgrade verions prior to 3.7
     2824        // Upgrade versions prior to 3.7
    28252825        if ( $wp_current_db_version < 25179 ) {
    28262826            // New primary key for signups.
  • trunk/src/wp-admin/js/editor-expand.js

    r38426 r38893  
    319319            }
    320320
    321             // TinyMCE still intializing.
     321            // TinyMCE still initializing.
    322322            if ( ! visual && ! $top.length ) {
    323323                return;
  • trunk/src/wp-admin/js/post.js

    r38803 r38893  
    141141             * Handle server response
    142142             *
    143              * @param {string} str Response, will be '0' when an error occured otherwise contains link to add Featured Image.
     143             * @param {string} str Response, will be '0' when an error occurred otherwise contains link to add Featured Image.
    144144             */
    145145            function(str){
Note: See TracChangeset for help on using the changeset viewer.