After [33662], remove unused var.

See #11200.

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


git-svn-id: http://core.svn.wordpress.org/trunk@33630 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor 2015-08-20 17:19:25 +00:00
parent 20f6db2b18
commit d65112d382
3 changed files with 3 additions and 5 deletions

View File

@ -228,7 +228,7 @@ setCommentsList = function() {
// In admin-ajax.php, we send back the unix time stamp instead of 1 on success
delAfter = function( r, settings ) {
var total_items_i18n, total, animated, animatedCallback, postSelector,
var total_items_i18n, total, animated, animatedCallback,
response = true === settings.parsed ? {} : settings.parsed.responses[0],
commentStatus = true === settings.parsed ? '' : response.supplemental.status,
commentPostId = true === settings.parsed ? '' : response.supplemental.postId,
@ -362,8 +362,6 @@ setCommentsList = function() {
}
}
postSelector = '.post-com-count-' + commentPostId;
if ( pendingDiff ) {
updatePending( pendingDiff, commentPostId );
}

File diff suppressed because one or more lines are too long

View File

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