mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-10 07:34:34 +00:00
Customize: Improve keyboard accessibility for publish settings section.
Props sayedwp. See #39896. Fixes #42027. git-svn-id: https://develop.svn.wordpress.org/trunk@41802 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -3770,7 +3770,7 @@ final class WP_Customize_Manager {
|
||||
<span class="preview-control-element" data-component="url"></span>
|
||||
<span class="screen-reader-text"><?php _e( '(opens in a new window)' ); ?></span>
|
||||
</a>
|
||||
<input id="{{ elementPrefix }}customize-preview-link-input" readonly class="preview-control-element" data-component="input">
|
||||
<input id="{{ elementPrefix }}customize-preview-link-input" readonly tabindex="-1" 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="<?php esc_attr_e( 'Copy' ); ?>" data-copied-text="<?php esc_attr_e( 'Copied' ); ?>" ><?php esc_html_e( 'Copy' ); ?></button>
|
||||
</div>
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user