Make WordPress Core

Opened 6 years ago

Closed 6 years ago

#41764 closed defect (bug) (fixed)

Error in Editor in Image Details modal

Reported by: hazemnoor's profile hazemnoor Owned by: sergeybiryukov's profile SergeyBiryukov
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)

#1 @SergeyBiryukov
6 years ago

  • Milestone changed from Awaiting Review to 4.9

Hi @hazemnoor, welcome to WordPress Trac!

Good catch, appears to be a copy/paste issue in [27797].

#2 @SergeyBiryukov
6 years ago

  • Owner set to SergeyBiryukov
  • Resolution set to fixed
  • Status changed from new to closed

In 41325:

Media: Set correct value for "Link Rel" field in Image Details modal.

Props hazemnoor.
Fixes #41764.

Note: See TracTickets for help on using tickets.