Terminate JS statements in two admin files.
props ipm-frommen. fixes #31311. Built from https://develop.svn.wordpress.org/trunk@31440 git-svn-id: http://core.svn.wordpress.org/trunk@31421 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e2ceb3dd65
commit
43583a1b9e
|
@ -2084,7 +2084,7 @@ var addExtImage = {
|
||||||
t.preloadImg.onerror = t.resetImageData;
|
t.preloadImg.onerror = t.resetImageData;
|
||||||
t.preloadImg.src = src;
|
t.preloadImg.src = src;
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
|
|
||||||
jQuery(document).ready( function($) {
|
jQuery(document).ready( function($) {
|
||||||
$('.media-types input').click( function() {
|
$('.media-types input').click( function() {
|
||||||
|
|
|
@ -1738,7 +1738,7 @@ function compression_test() {
|
||||||
h = x.getResponseHeader('Content-Encoding');
|
h = x.getResponseHeader('Content-Encoding');
|
||||||
testCompression.check(r, h, test);
|
testCompression.check(r, h, test);
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
|
|
||||||
x.open('GET', ajaxurl + '?action=wp-compression-test&test='+test+'&'+(new Date()).getTime(), true);
|
x.open('GET', ajaxurl + '?action=wp-compression-test&test='+test+'&'+(new Date()).getTime(), true);
|
||||||
x.send('');
|
x.send('');
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.2-alpha-31439';
|
$wp_version = '4.2-alpha-31440';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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