Make WordPress Core


Ignore:
Timestamp:
01/29/2020 12:43:23 AM (5 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/network/settings.php

    r45932 r47122  
    2121$parent_file = 'settings.php';
    2222
    23 // Handle network admin email change requests
     23// Handle network admin email change requests.
    2424if ( ! empty( $_GET['network_admin_hash'] ) ) {
    2525    $new_admin_details = get_site_option( 'network_admin_hash' );
Note: See TracChangeset for help on using the changeset viewer.