Changeset 56499 for trunk/src/wp-admin/includes/ms.php
- Timestamp:
- 08/31/2023 02:43:36 PM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ms.php
r56176 r56499 59 59 * @since 5.1.0 Use wp_delete_site() internally to delete the site row from the database. 60 60 * 61 * @global wpdb $wpdb WordPress database abstraction object.62 *63 61 * @param int $blog_id Site ID. 64 62 * @param bool $drop True if site's database tables should be dropped. Default false. 65 63 */ 66 64 function wpmu_delete_blog( $blog_id, $drop = false ) { 67 global $wpdb;68 69 65 $blog_id = (int) $blog_id; 70 66
Note: See TracChangeset
for help on using the changeset viewer.