mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +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:
@@ -113,6 +113,7 @@ if ( $action ) {
|
||||
$title = __( 'Update Plugins' );
|
||||
$parent_file = 'plugins.php';
|
||||
|
||||
wp_enqueue_script( 'updates' );
|
||||
require_once(ABSPATH . 'wp-admin/admin-header.php');
|
||||
|
||||
echo '<div class="wrap">';
|
||||
|
||||
Reference in New Issue
Block a user