File Editors: Fix JSHint error after [41774].
See #31779. Built from https://develop.svn.wordpress.org/trunk@41775 git-svn-id: http://core.svn.wordpress.org/trunk@41609 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b698881469
commit
b5f75fc315
|
@ -52,8 +52,7 @@ wp.themePluginEditor = (function( $ ) {
|
||||||
$( 'body' ).addClass( 'modal-open' );
|
$( 'body' ).addClass( 'modal-open' );
|
||||||
component.warning.find( '.file-editor-warning-dismiss' ).focus();
|
component.warning.find( '.file-editor-warning-dismiss' ).focus();
|
||||||
component.warning.on( 'click', '.file-editor-warning-dismiss', component.dismissWarning );
|
component.warning.on( 'click', '.file-editor-warning-dismiss', component.dismissWarning );
|
||||||
};
|
}
|
||||||
|
|
||||||
|
|
||||||
if ( false !== component.codeEditor ) {
|
if ( false !== component.codeEditor ) {
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue