Fix compression test 404. Props duck_. Fixes #15496
git-svn-id: http://svn.automattic.com/wordpress/trunk@16689 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c6027947e6
commit
ecb7457627
|
@ -1952,7 +1952,7 @@ function compression_test() {
|
|||
}
|
||||
}
|
||||
|
||||
x.open('GET', 'admin-ajax.php?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('');
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue