Changeset 53397 for trunk/src/wp-includes/class-wp-network.php
- Timestamp:
- 05/15/2022 08:26:08 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-network.php
r53083 r53397 83 83 84 84 /** 85 * Retrieve a network from the database by its ID.85 * Retrieves a network from the database by its ID. 86 86 * 87 87 * @since 4.4.0 … … 120 120 121 121 /** 122 * Create a new WP_Network object.122 * Creates a new WP_Network object. 123 123 * 124 124 * Will populate object properties from the object provided and assign other … … 280 280 281 281 /** 282 * Set the site name assigned to the network if one has not been populated.282 * Sets the site name assigned to the network if one has not been populated. 283 283 * 284 284 * @since 4.4.0 … … 294 294 295 295 /** 296 * Set the cookie domain based on the network domain if one has296 * Sets the cookie domain based on the network domain if one has 297 297 * not been populated. 298 298 * … … 313 313 314 314 /** 315 * Retrieve the closest matching network for a domain and path.315 * Retrieves the closest matching network for a domain and path. 316 316 * 317 317 * This will not necessarily return an exact match for a domain and path. Instead, it … … 393 393 394 394 /** 395 * Determine a network by its domain and path.395 * Determines a network by its domain and path. 396 396 * 397 397 * This allows one to short-circuit the default logic, perhaps by
Note: See TracChangeset
for help on using the changeset viewer.