diff --git src/wp-admin/includes/class-theme-upgrader.php src/wp-admin/includes/class-theme-upgrader.php
index 9907c44feb..1212d3ee21 100644
|
|
|
class Theme_Upgrader extends WP_Upgrader { |
| 702 | 702 | * @global WP_Filesystem_Base $wp_filesystem Subclass |
| 703 | 703 | * |
| 704 | 704 | * @param bool $removed |
| 705 | | * @param string $local_destination |
| 706 | | * @param string $remote_destination |
| 707 | 705 | * @param array $theme |
| 708 | 706 | * @return bool |
| 709 | 707 | */ |
diff --git src/wp-admin/includes/class-wp-debug-data.php src/wp-admin/includes/class-wp-debug-data.php
index 67d79b9369..5aae54c04d 100644
|
|
|
class WP_Debug_Data { |
| 1557 | 1557 | * Fetches the total size of all the database tables for the active database user. |
| 1558 | 1558 | * |
| 1559 | 1559 | * @since 5.2.0 |
| | 1560 | * @global wpdb $wpdb WordPress database abstraction object. |
| 1560 | 1561 | * |
| 1561 | 1562 | * @return int The size of the database, in bytes. |
| 1562 | 1563 | */ |
diff --git src/wp-admin/includes/class-wp-ms-sites-list-table.php src/wp-admin/includes/class-wp-ms-sites-list-table.php
index 3d4583f1ec..e9f2f921d3 100644
|
|
|
class WP_MS_Sites_List_Table extends WP_List_Table { |
| 576 | 576 | do_action( 'manage_sites_custom_column', $column_name, $item['blog_id'] ); |
| 577 | 577 | } |
| 578 | 578 | |
| 579 | | /** |
| 580 | | * @global string $mode List table view mode. |
| 581 | | */ |
| | 579 | |
| 582 | 580 | public function display_rows() { |
| 583 | 581 | foreach ( $this->items as $blog ) { |
| 584 | 582 | $blog = $blog->to_array(); |