After [33662], remove unused var.
See #11200. git-svn-id: https://develop.svn.wordpress.org/trunk@33663 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
28e0ad2de1
commit
25004acaa6
@ -228,7 +228,7 @@ setCommentsList = function() {
|
|||||||
|
|
||||||
// In admin-ajax.php, we send back the unix time stamp instead of 1 on success
|
// In admin-ajax.php, we send back the unix time stamp instead of 1 on success
|
||||||
delAfter = function( r, settings ) {
|
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],
|
response = true === settings.parsed ? {} : settings.parsed.responses[0],
|
||||||
commentStatus = true === settings.parsed ? '' : response.supplemental.status,
|
commentStatus = true === settings.parsed ? '' : response.supplemental.status,
|
||||||
commentPostId = true === settings.parsed ? '' : response.supplemental.postId,
|
commentPostId = true === settings.parsed ? '' : response.supplemental.postId,
|
||||||
@ -362,8 +362,6 @@ setCommentsList = function() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
postSelector = '.post-com-count-' + commentPostId;
|
|
||||||
|
|
||||||
if ( pendingDiff ) {
|
if ( pendingDiff ) {
|
||||||
updatePending( pendingDiff, commentPostId );
|
updatePending( pendingDiff, commentPostId );
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user