Customizer: Add title attributes to iframes.

props afercia.
fixes #31202.

git-svn-id: https://develop.svn.wordpress.org/trunk@31704 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90)
2015-03-10 21:19:14 +00:00
parent 2f41519c46
commit 4aeeb0e0f0
5 changed files with 20 additions and 15 deletions

View File

@@ -260,7 +260,7 @@ if ( $tab ) {
</div>
</div>
<div class="wp-full-overlay-main">
<iframe src="{{ data.preview_url }}" />
<iframe src="{{ data.preview_url }}" title="<?php esc_attr_e( 'Preview' ); ?>" />
</div>
</script>