Changeset 38202 for branches/4.6/src/wp-includes/ms-load.php
- Timestamp:
- 08/04/2016 10:55:54 PM (9 years ago)
- Location:
- branches/4.6
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/ms-load.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.6
-
branches/4.6/src/wp-includes/ms-load.php
r38125 r38202 122 122 * 123 123 * @since 3.9.0 124 * @since 4.4.0 Converted to a wrapper for WP_Network::get_by_path() 124 * 125 * @internal In 4.4.0, converted to a wrapper for WP_Network::get_by_path() 125 126 * 126 127 * @param string $domain Domain to check. … … 137 138 * 138 139 * @since 3.9.0 139 * @since 4.4.0 Converted to leverage WP_Network140 * @ since 4.6.0 Converted to use get_network()140 * 141 * @internal In 4.6.0, converted to use get_network() 141 142 * 142 143 * @param object|int $network The network's database row or ID. … … 156 157 * 157 158 * @since 3.9.0 158 * @since 4.6.0 Converted to use get_sites()159 159 * 160 160 * @global wpdb $wpdb WordPress database abstraction object.
Note: See TracChangeset
for help on using the changeset viewer.