Make WordPress Core


Ignore:
Timestamp:
03/10/2015 09:19:14 PM (10 years ago)
Author:
ocean90
Message:

Customizer: Add title attributes to iframes.

props afercia.
fixes #31202.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/theme-install.php

    r31497 r31704  
    261261    </div>
    262262    <div class="wp-full-overlay-main">
    263         <iframe src="{{ data.preview_url }}" />
     263        <iframe src="{{ data.preview_url }}" title="<?php esc_attr_e( 'Preview' ); ?>" />
    264264    </div>
    265265</script>
Note: See TracChangeset for help on using the changeset viewer.