Make WordPress Core


Ignore:
Timestamp:
01/29/2020 12:43:23 AM (6 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/src/wp-admin/includes/import.php

    r47084 r47122  
    137137 */
    138138function wp_get_popular_importers() {
    139     include( ABSPATH . WPINC . '/version.php' ); // Include an unmodified $wp_version.
     139    // Include an unmodified $wp_version.
     140    include( ABSPATH . WPINC . '/version.php' );
    140141
    141142    $locale            = get_user_locale();
Note: See TracChangeset for help on using the changeset viewer.