diff --git a/src/wp-admin/js/theme-plugin-editor.js b/src/wp-admin/js/theme-plugin-editor.js index 24c969fe55..d7a89e0a98 100644 --- a/src/wp-admin/js/theme-plugin-editor.js +++ b/src/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 ) { /*