Make WordPress Core

Changeset 33663


Ignore:
Timestamp:
08/20/2015 05:18:51 PM (10 years ago)
Author:
wonderboymusic
Message:

After [33662], remove unused var.

See #11200.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/js/edit-comments.js

    r33662 r33663  
    229229    // In admin-ajax.php, we send back the unix time stamp instead of 1 on success
    230230    delAfter = function( r, settings ) {
    231         var total_items_i18n, total, animated, animatedCallback, postSelector,
     231        var total_items_i18n, total, animated, animatedCallback,
    232232            response = true === settings.parsed ? {} : settings.parsed.responses[0],
    233233            commentStatus = true === settings.parsed ? '' : response.supplemental.status,
     
    362362            }
    363363        }
    364 
    365         postSelector = '.post-com-count-' + commentPostId;
    366364
    367365        if ( pendingDiff ) {
Note: See TracChangeset for help on using the changeset viewer.