Changeset 41788 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 10/07/2017 05:59:45 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r41771 r41788 581 581 /* translators: %s: URL to the Customizer to load the autosaved version */ 582 582 'autosaveNotice' => __( 'There is a more recent autosave of your changes than the one you are previewing. <a href="%s">Restore the autosave</a>' ), 583 'videoHeaderNotice' => __( 'This theme doesn \'t support video headers on this page. Navigate to the front page or another page that supports video headers.' ),583 'videoHeaderNotice' => __( 'This theme doesn’t support video headers on this page. Navigate to the front page or another page that supports video headers.' ), 584 584 // Used for overriding the file types allowed in plupload. 585 585 'allowedFiles' => __( 'Allowed Files' ), … … 596 596 ), 597 597 'scheduleDescription' => __( 'Schedule your customization changes to publish ("go live") at a future date.' ), 598 'themePreviewUnavailable' => __( 'Sorry, you can’t preview new themes when you have changes scheduled or saved as a draft. Please publish your changes, or wait until they publish to preview new themes.' ), 598 599 ) ); 599 600 $scripts->add( 'customize-selective-refresh', "/wp-includes/js/customize-selective-refresh$suffix.js", array( 'jquery', 'wp-util', 'customize-preview' ), false, 1 );
Note: See TracChangeset
for help on using the changeset viewer.