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

Props hazemnoor.
Fixes #41764.

git-svn-id: https://develop.svn.wordpress.org/trunk@41325 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2017-08-31 11:16:56 +00:00
parent 856b9e31d5
commit 750cbcbf2c
1 changed files with 1 additions and 1 deletions

View File

@ -1009,7 +1009,7 @@ function wp_print_media_templates() {
</div>
<label class="setting link-rel">
<span><?php _e('Link Rel'); ?></span>
<input type="text" data-setting="linkRel" value="{{ data.model.linkClassName }}" />
<input type="text" data-setting="linkRel" value="{{ data.model.linkRel }}" />
</label>
<label class="setting link-class-name">
<span><?php _e('Link CSS Class'); ?></span>