Changes between Initial Version and Version 10 of Ticket #46260
- Timestamp:
- 02/18/2019 11:57:52 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #46260
- Property Milestone Awaiting Review → 5.1
- Property Keywords has-patch commit fixed-major added
- Property Owner set to
- Property Status new → reopened
-
Ticket #46260 – Description
initial v10 5 5 In WP 5.0 and before, the comment reply links were hardcoded to the onclick event, seen here: https://github.com/WordPress/WordPress/commit/f617a2d6d932e658449cef1b7864fb77080ecd09#diff-3db08a6b98155b349c93a220bc903dceL1670 6 6 7 But in 5.1+ (since https://core.trac.wordpress.org/ticket/31590), `comment-reply.js` initializes by binding these links to the event handler. The problem is though, these links won't exist yet when the script is first loaded since they come in later via ajax.7 But in 5.1+ (since #31590), `comment-reply.js` initializes by binding these links to the event handler. The problem is though, these links won't exist yet when the script is first loaded since they come in later via ajax. 8 8 9 9 == Replicating / Solutions
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)