diff --git a/wp-admin/js/theme-plugin-editor.js b/wp-admin/js/theme-plugin-editor.js index 24c969fe55..d7a89e0a98 100644 --- a/wp-admin/js/theme-plugin-editor.js +++ b/wp-admin/js/theme-plugin-editor.js @@ -52,8 +52,7 @@ wp.themePluginEditor = (function( $ ) { $( 'body' ).addClass( 'modal-open' ); component.warning.find( '.file-editor-warning-dismiss' ).focus(); component.warning.on( 'click', '.file-editor-warning-dismiss', component.dismissWarning ); - }; - + } if ( false !== component.codeEditor ) { /* diff --git a/wp-includes/version.php b/wp-includes/version.php index e7c889e32d..409c16b762 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-41774'; +$wp_version = '4.9-alpha-41775'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.