Changeset 33663
- Timestamp:
- 08/20/2015 05:18:51 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/edit-comments.js
r33662 r33663 229 229 // In admin-ajax.php, we send back the unix time stamp instead of 1 on success 230 230 delAfter = function( r, settings ) { 231 var total_items_i18n, total, animated, animatedCallback, postSelector,231 var total_items_i18n, total, animated, animatedCallback, 232 232 response = true === settings.parsed ? {} : settings.parsed.responses[0], 233 233 commentStatus = true === settings.parsed ? '' : response.supplemental.status, … … 362 362 } 363 363 } 364 365 postSelector = '.post-com-count-' + commentPostId;366 364 367 365 if ( pendingDiff ) {
Note: See TracChangeset
for help on using the changeset viewer.