Ticket #36742: 36742.3.diff
File 36742.3.diff, 607 bytes (added by , 9 years ago) |
---|
-
src/wp-includes/js/wp-lists.js
297 297 res = wpAjax.parseAjaxResponse(r, s.response, s.element); 298 298 rres = r; 299 299 300 if ( 'undefined' !== typeof res.responses [0].supplemental.comment_link ) {300 if ( 'undefined' !== typeof res.responses && 'undefined' !== typeof res.responses[0].supplemental.comment_link ) { 301 301 var submittedOn = element.find( '.submitted-on' ), 302 302 commentLink = submittedOn.find( 'a' ); 303 303