Make WordPress Core

Ticket #35414: 35414.diff

File 35414.diff, 511 bytes (added by ericlewis, 9 years ago)
  • src/wp-includes/ms-functions.php

     
    15811581}
    15821582
    15831583/**
    1584  * Get the current site info.
     1584 * Get the current network.
    15851585 *
    15861586 * Returns an object containing the 'id', 'domain', 'path', and 'site_name'
    1587  * properties of the site being viewed.
     1587 * properties of the network being viewed.
    15881588 *
    15891589 * @see wpmu_current_site()
    15901590 *