Dashboard: Remove a rogue comma introduced in [41895].

See #41316.


Built from https://develop.svn.wordpress.org/trunk@41896


git-svn-id: http://core.svn.wordpress.org/trunk@41730 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Gary Pendergast 2017-10-18 12:39:46 +00:00
parent 3981736cd6
commit df8ab820ef
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ jQuery(document).ready( function($) {
e.preventDefault();
var args = {
slug: 'gutenberg',
success: installGutenbergSuccess,
success: installGutenbergSuccess
};
wp.updates.installPlugin( args );
} );

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.9-beta2-41895';
$wp_version = '4.9-beta2-41896';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.