Ticket #35414: 35414.diff
File 35414.diff, 511 bytes (added by , 9 years ago) |
---|
-
src/wp-includes/ms-functions.php
1581 1581 } 1582 1582 1583 1583 /** 1584 * Get the current site info.1584 * Get the current network. 1585 1585 * 1586 1586 * Returns an object containing the 'id', 'domain', 'path', and 'site_name' 1587 * properties of the sitebeing viewed.1587 * properties of the network being viewed. 1588 1588 * 1589 1589 * @see wpmu_current_site() 1590 1590 *