Remove unnecessary semicolon

See #40919.

Built from https://develop.svn.wordpress.org/trunk@41207


git-svn-id: http://core.svn.wordpress.org/trunk@41047 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
James Nylen 2017-08-02 17:16:44 +00:00
parent c91b130b53
commit e77ac0c6eb
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
function apiRequest( options ) {
options = apiRequest.buildAjaxOptions( options );
return apiRequest.transport( options );
};
}
apiRequest.buildAjaxOptions = function( options ) {
var url = options.url;

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.9-alpha-41206';
$wp_version = '4.9-alpha-41207';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.