Changeset 37226 for trunk/src/wp-includes/ms-settings.php
- Timestamp:
- 04/17/2016 05:11:05 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-settings.php
r36393 r37226 10 10 * @since 3.0.0 11 11 */ 12 13 /** 14 * Objects representing the current network and current site. 15 * 16 * These may be populated through a custom `sunrise.php`. If not, then this 17 * file will attempt to populate them based on the current request. 18 * 19 * @global WP_Network $current_site The current network. 20 * @global object $current_blog The current site. 21 * @since 3.0.0 22 */ 23 global $current_site, $current_blog; 12 24 13 25 /** WP_Network class */
Note: See TracChangeset
for help on using the changeset viewer.