Make WordPress Core


Ignore:
Timestamp:
08/31/2023 02:43:36 PM (23 months ago)
Author:
audrasjb
Message:

Coding Standards: Remove unused global variables in various /wp-admin/includes/ files.

Props upadalavipul.
Fixes #59254.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/ms.php

    r56176 r56499  
    5959 * @since 5.1.0 Use wp_delete_site() internally to delete the site row from the database.
    6060 *
    61  * @global wpdb $wpdb WordPress database abstraction object.
    62  *
    6361 * @param int  $blog_id Site ID.
    6462 * @param bool $drop    True if site's database tables should be dropped. Default false.
    6563 */
    6664function wpmu_delete_blog( $blog_id, $drop = false ) {
    67     global $wpdb;
    68 
    6965    $blog_id = (int) $blog_id;
    7066
Note: See TracChangeset for help on using the changeset viewer.