Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #37280, comment 9


Ignore:
Timestamp:
12/04/2016 07:04:26 PM (8 years ago)
Author:
jpolakovic
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37280, comment 9

    initial v1  
    1 @dd32 I have created a patch that cnosolidates all the code @Presskopp contributed so far, plus I'm adding a simple fix for removing the boldness from the author fields that are populated by the JavaScript in `edit-comments.js`.
     1@dd32 I have created a patch that consolidates all the code @Presskopp contributed so far, plus I'm adding a simple fix for removing the boldness from the author fields that are populated by the JavaScript in `edit-comments.js`.
    22
    33Using jQuery's `.replaceWith` instead of `.text` on `L283` of `edit-comments.js` replaces the `<strong></strong>` placeholder by a text string containing the author name.