mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 12:50:28 +00:00
Decrement update count bubbles as plugins/themes are updated, live.
props gcorne, mitchoyoshitaka. fixes #17703. git-svn-id: https://develop.svn.wordpress.org/trunk@27280 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -11,6 +11,7 @@ require_once( dirname( __FILE__ ) . '/admin.php' );
|
||||
|
||||
wp_enqueue_style( 'plugin-install' );
|
||||
wp_enqueue_script( 'plugin-install' );
|
||||
wp_enqueue_script( 'updates' );
|
||||
add_thickbox();
|
||||
|
||||
if ( is_multisite() && ! is_network_admin() ) {
|
||||
|
||||
Reference in New Issue
Block a user