mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 07:40:07 +00:00
Administration: Make sure auto-update counts properly update when bulk deleting plugins or themes.
Props pbiron, noisysocks, desrosj, audrasjb, hellofromTonya. Fixes #50870. git-svn-id: https://develop.svn.wordpress.org/trunk@49582 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -317,7 +317,7 @@ class WP_Plugins_List_Table extends WP_List_Table {
|
||||
|
||||
$js_plugins = array();
|
||||
foreach ( $plugins as $key => $list ) {
|
||||
$js_plugins[ $key ] = array_keys( (array) $list );
|
||||
$js_plugins[ $key ] = array_keys( $list );
|
||||
}
|
||||
|
||||
wp_localize_script(
|
||||
|
||||
Reference in New Issue
Block a user