JSHint: Remove an unused variable.
see #28206. Built from https://develop.svn.wordpress.org/trunk@31724 git-svn-id: http://core.svn.wordpress.org/trunk@31705 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b145025fe1
commit
593e062b2e
|
@ -367,8 +367,7 @@ var wpLink;
|
||||||
setDefaultValues: function() {
|
setDefaultValues: function() {
|
||||||
var selection,
|
var selection,
|
||||||
emailRegexp = /^[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,4}$/i,
|
emailRegexp = /^[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,4}$/i,
|
||||||
urlRegexp = /^(https?|ftp):\/\/[A-Z0-9.-]+\.[A-Z]{2,4}[^ "]*$/i,
|
urlRegexp = /^(https?|ftp):\/\/[A-Z0-9.-]+\.[A-Z]{2,4}[^ "]*$/i;
|
||||||
text;
|
|
||||||
|
|
||||||
if ( this.isMCE() ) {
|
if ( this.isMCE() ) {
|
||||||
selection = editor.selection.getContent();
|
selection = editor.selection.getContent();
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.2-alpha-31723';
|
$wp_version = '4.2-alpha-31724';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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