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-includes/theme.php

    r31681 r31704  
    19641964        'browser'       => $browser,
    19651965        'l10n'          => array(
    1966             'saveAlert' => __( 'The changes you made will be lost if you navigate away from this page.' ),
     1966            'saveAlert'       => __( 'The changes you made will be lost if you navigate away from this page.' ),
     1967            'mainIframeTitle' => __( 'Customizer' ),
    19671968        ),
    19681969    );
Note: See TracChangeset for help on using the changeset viewer.