[wp-trac] [WordPress Trac] #41764: Error in Editor in Image Details modal

WordPress Trac noreply at wordpress.org
Wed Aug 30 22:25:40 UTC 2017


#41764: Error in Editor in Image Details modal
----------------------------+-----------------------------
 Reporter:  hazemnoor       |      Owner:
     Type:  defect (bug)    |     Status:  new
 Priority:  normal          |  Milestone:  Awaiting Review
Component:  Editor          |    Version:  4.8.1
 Severity:  normal          |   Keywords:
  Focuses:  administration  |
----------------------------+-----------------------------
 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 }}"
 />
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/41764>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list