Dashboard: Remove a rogue comma introduced in [41895].
See #41316. git-svn-id: https://develop.svn.wordpress.org/trunk@41896 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
5fa59cf197
commit
65585359c3
@ -68,7 +68,7 @@ jQuery(document).ready( function($) {
|
||||
e.preventDefault();
|
||||
var args = {
|
||||
slug: 'gutenberg',
|
||||
success: installGutenbergSuccess,
|
||||
success: installGutenbergSuccess
|
||||
};
|
||||
wp.updates.installPlugin( args );
|
||||
} );
|
||||
|
Loading…
Reference in New Issue
Block a user