Changeset 48877
- Timestamp:
- 08/27/2020 01:59:29 AM (4 years ago)
- Location:
- branches/5.5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.5
-
branches/5.5/src/js/_enqueues/lib/comment-reply.js
r48650 r48877 409 409 var temporaryElement = getElementById( temporaryFormId ); 410 410 var replyElement = getElementById( config.commentReplyTitleId ); 411 var initialHeadingText = ( 'undefined' !== typeof replyElement )? replyElement.firstChild.textContent : '';411 var initialHeadingText = replyElement ? replyElement.firstChild.textContent : ''; 412 412 413 413 if ( temporaryElement ) {
Note: See TracChangeset
for help on using the changeset viewer.