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-includes/ms-settings.php

    r42343 r47122  
    9595}
    9696
    97 $wpdb->set_prefix( $table_prefix, false ); // $table_prefix can be set in sunrise.php
     97$wpdb->set_prefix( $table_prefix, false ); // $table_prefix can be set in sunrise.php.
    9898$wpdb->set_blog_id( $current_blog->blog_id, $current_blog->site_id );
    9999$table_prefix       = $wpdb->get_blog_prefix();
     
    101101$switched           = false;
    102102
    103 // need to init cache again after blog_id is set
     103// Need to init cache again after blog_id is set.
    104104wp_start_object_cache();
    105105
     
    112112}
    113113
    114 // Define upload directory constants
     114// Define upload directory constants.
    115115ms_upload_constants();
    116116
Note: See TracChangeset for help on using the changeset viewer.