Opened 6 years ago
Closed 6 years ago
#41764 closed defect (bug) (fixed)
Error in Editor in Image Details modal
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.9 | Priority: | normal |
Severity: | normal | Version: | 4.8.1 |
Component: | Editor | Keywords: | |
Focuses: | administration | Cc: |
Description
Error in file : wp-includes/media-template.php
Error at line No. : 1012
<input type="text" data-setting="linkRel" value="{{ data.model.linkClassName }}" />
Should be
<input type="text" data-setting="linkRel" value="{{ data.model.linkRel }}" />
Change History (2)
Note: See
TracTickets for help on using
tickets.
Hi @hazemnoor, welcome to WordPress Trac!
Good catch, appears to be a copy/paste issue in [27797].