Changeset 41626 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 09/27/2017 10:24:37 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r41608 r41626 548 548 $scripts->add( 'customize-controls', "/wp-admin/js/customize-controls$suffix.js", array( 'customize-base', 'wp-a11y', 'wp-util' ), false, 1 ); 549 549 did_action( 'init' ) && $scripts->localize( 'customize-controls', '_wpCustomizeControlsL10n', array( 550 'activate' => __( 'Save & Activate' ), 551 'save' => __( 'Save & Publish' ), 550 'activate' => __( 'Activate & Publish' ), 551 'save' => __( 'Save & Publish' ), // @todo Remove as not required. 552 'publish' => __( 'Publish' ), 553 'published' => __( 'Published' ), 554 'saveDraft' => __( 'Save Draft' ), 555 'draftSaved' => __( 'Draft Saved' ), 556 'updating' => __( 'Updating' ), 557 'schedule' => __( 'Schedule' ), 558 'scheduled' => __( 'Scheduled' ), 559 'invalid' => __( 'Invalid' ), 560 'saveBeforeShare' => __( 'Please save your changes in order to share the preview.' ), 561 'futureDateError' => __( 'You must supply a future date to schedule.' ), 552 562 'saveAlert' => __( 'The changes you made will be lost if you navigate away from this page.' ), 553 563 'saved' => __( 'Saved' ), … … 564 574 /* translators: placeholder is URL to the Customizer to load the autosaved version */ 565 575 'autosaveNotice' => __( 'There is a more recent autosave of your changes than the one you are previewing. <a href="%s">Restore the autosave</a>' ), 566 'videoHeaderNotice' 576 'videoHeaderNotice' => __( 'This theme doesn\'t support video headers on this page. Navigate to the front page or another page that supports video headers.' ), 567 577 // Used for overriding the file types allowed in plupload. 568 578 'allowedFiles' => __( 'Allowed Files' ),
Note: See TracChangeset
for help on using the changeset viewer.