Changeset 48104 for trunk/src/wp-includes/ms-site.php
- Timestamp:
- 06/20/2020 12:00:07 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-site.php
r47932 r48104 241 241 * 242 242 * @param int $site_id The site ID. 243 * @param bool $drop True if site's table should be dropped. Default isfalse.243 * @param bool $drop True if site's table should be dropped. Default false. 244 244 */ 245 245 do_action_deprecated( 'delete_blog', array( $old_site->id, true ), '5.1.0' ); … … 283 283 * 284 284 * @param int $site_id The site ID. 285 * @param bool $drop True if site's tables should be dropped. Default isfalse.285 * @param bool $drop True if site's tables should be dropped. Default false. 286 286 */ 287 287 do_action_deprecated( 'deleted_blog', array( $old_site->id, true ), '5.1.0' ); … … 331 331 332 332 /** 333 * Adds any sites from the given ids to the cache that do not already exist in cache.333 * Adds any sites from the given IDs to the cache that do not already exist in cache. 334 334 * 335 335 * @since 4.6.0 … … 451 451 * @type bool $update_site_cache Whether to prime the cache for found sites. Default true. 452 452 * } 453 * @return array|int List of WP_Site objects, a list of site ids when 'fields' is set to 'ids',453 * @return array|int List of WP_Site objects, a list of site IDs when 'fields' is set to 'ids', 454 454 * or the number of sites when 'count' is passed as a query var. 455 455 */
Note: See TracChangeset
for help on using the changeset viewer.