Fix JSHint error.
props avryl. see #24716. Built from https://develop.svn.wordpress.org/trunk@28697 git-svn-id: http://core.svn.wordpress.org/trunk@28514 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6d7e222ded
commit
5fb95760aa
|
@ -2103,7 +2103,7 @@
|
||||||
// after creating the wrapper view, load the actual editor via an ajax call
|
// after creating the wrapper view, load the actual editor via an ajax call
|
||||||
view.loadEditor();
|
view.loadEditor();
|
||||||
|
|
||||||
},
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.0-alpha-20140607';
|
$wp_version = '4.0-alpha-20140608';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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