mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Coding Standards: Remove unused variable in WP_Plugins_List_Table::single_row().
Follow-up to [47835], [48669]. Props azouamauriac. Fixes #55132. git-svn-id: https://develop.svn.wordpress.org/trunk@55571 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1021,8 +1021,7 @@ class WP_Plugins_List_Table extends WP_List_Table {
|
||||
|
||||
list( $columns, $hidden, $sortable, $primary ) = $this->get_column_info();
|
||||
|
||||
$auto_updates = (array) get_site_option( 'auto_update_plugins', array() );
|
||||
$available_updates = get_site_transient( 'update_plugins' );
|
||||
$auto_updates = (array) get_site_option( 'auto_update_plugins', array() );
|
||||
|
||||
foreach ( $columns as $column_name => $column_display_name ) {
|
||||
$extra_classes = '';
|
||||
|
||||
Reference in New Issue
Block a user