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/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.
Note: See TracChangeset for help on using the changeset viewer.