Make WordPress Core


Ignore:
Timestamp:
01/29/2020 12:43:23 AM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Improve inline comments per the documentation standards.

Includes minor code layout fixes for better readability.

See #48303.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/dbdelta.php

    r46586 r47122  
    196196        global $wpdb;
    197197
    198         // No column column_1
     198        // No column column_1.
    199199        $updates = dbDelta(
    200200            "
     
    220220        global $wpdb;
    221221
    222         // Added column extra_col
     222        // Added column extra_col.
    223223        $updates = dbDelta(
    224224            "
     
    382382        }
    383383
    384         // This table needs to be actually created
     384        // This table needs to be actually created.
    385385        remove_filter( 'query', array( $this, '_create_temporary_tables' ) );
    386386        remove_filter( 'query', array( $this, '_drop_temporary_tables' ) );
Note: See TracChangeset for help on using the changeset viewer.