Build/Test Tools: Update QUnit index file after [43174].
Updates the last occurrence of "(opens in a new window)" to "(opens in a new tab)". See #43803. git-svn-id: https://develop.svn.wordpress.org/trunk@44655 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d7ecd6772c
commit
6dde7cd74f
@ -949,7 +949,7 @@
|
|||||||
<label for="{{ elementPrefix }}customize-preview-link-input" class="screen-reader-text">Preview Link</label>
|
<label for="{{ elementPrefix }}customize-preview-link-input" class="screen-reader-text">Preview Link</label>
|
||||||
<a href="" target="">
|
<a href="" target="">
|
||||||
<span class="preview-control-element" data-component="url"></span>
|
<span class="preview-control-element" data-component="url"></span>
|
||||||
<span class="screen-reader-text">(opens in a new window)</span>
|
<span class="screen-reader-text">(opens in a new tab)</span>
|
||||||
</a>
|
</a>
|
||||||
<input id="{{ elementPrefix }}customize-preview-link-input" readonly class="preview-control-element" data-component="input">
|
<input id="{{ elementPrefix }}customize-preview-link-input" readonly class="preview-control-element" data-component="input">
|
||||||
<button class="customize-copy-preview-link preview-control-element button button-secondary" data-component="button" data-copy-text="Copy" data-copied-text="Copied" >Copy</button>
|
<button class="customize-copy-preview-link preview-control-element button button-secondary" data-component="button" data-copy-text="Copy" data-copied-text="Copied" >Copy</button>
|
||||||
|
Loading…
Reference in New Issue
Block a user