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

@@ -1963,7 +1963,8 @@ function _wp_customize_loader_settings() {
'isCrossDomain' => $cross_domain,
'browser' => $browser,
'l10n' => array(
'saveAlert' => __( 'The changes you made will be lost if you navigate away from this page.' ),
'saveAlert' => __( 'The changes you made will be lost if you navigate away from this page.' ),
'mainIframeTitle' => __( 'Customizer' ),
),
);