Changeset 49927 for trunk/src/wp-includes/ms-site.php
- Timestamp:
- 01/03/2021 10:02:13 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-site.php
r49693 r49927 669 669 * Default empty array. 670 670 * } 671 * @return bool|WP_Error True on success, or error object on failure.671 * @return true|WP_Error True on success, or error object on failure. 672 672 */ 673 673 function wp_initialize_site( $site_id, array $args = array() ) { … … 800 800 * 801 801 * @param int|WP_Site $site_id Site ID or object. 802 * @return bool|WP_Error True on success, or error object on failure.802 * @return true|WP_Error True on success, or error object on failure. 803 803 */ 804 804 function wp_uninitialize_site( $site_id ) {
Note: See TracChangeset
for help on using the changeset viewer.