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/class-wp-network-query.php

    r46586 r47122  
    291291        $_networks = apply_filters_ref_array( 'the_networks', array( $_networks, &$this ) );
    292292
    293         // Convert to WP_Network instances
     293        // Convert to WP_Network instances.
    294294        $this->networks = array_map( 'get_network', $_networks );
    295295
Note: See TracChangeset for help on using the changeset viewer.