Remove unused `$current_site` global in MS Sites list table
Found itself unused after [32719]. See #32434. Built from https://develop.svn.wordpress.org/trunk@33097 git-svn-id: http://core.svn.wordpress.org/trunk@33068 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c9a29b0123
commit
3faebf40a6
|
@ -484,8 +484,6 @@ class WP_MS_Sites_List_Table extends WP_List_Table {
|
|||
* @return string Row actions output.
|
||||
*/
|
||||
protected function handle_row_actions( $blog, $column_name, $primary ) {
|
||||
global $current_site;
|
||||
|
||||
if ( $primary === $column_name ) {
|
||||
$blogname = untrailingslashit( $blog['domain'] . $blog['path'] );
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.3-beta1-33096';
|
||||
$wp_version = '4.3-beta1-33097';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue