diff --git a/wp-includes/js/dist/editor.js b/wp-includes/js/dist/editor.js
index 97fcbd4..4570eb5 100644
|
a
|
b
|
function (_Component) { |
| 26004 | 26004 | }; |
| 26005 | 26005 | |
| 26006 | 26006 | var buttonProps = { |
| | 26007 | 'aria-label': Object(external_this_wp_i18n_["__"])('Publish'), |
| 26007 | 26008 | 'aria-disabled': isButtonDisabled, |
| 26008 | 26009 | className: 'editor-post-publish-button', |
| 26009 | 26010 | isBusy: isSaving && isPublished, |
| … |
… |
function (_Component) { |
| 26012 | 26013 | onClick: onClick |
| 26013 | 26014 | }; |
| 26014 | 26015 | var toggleProps = { |
| | 26016 | 'aria-label': Object(external_this_wp_i18n_["__"])('Publish'), |
| 26015 | 26017 | 'aria-disabled': isToggleDisabled, |
| 26016 | 26018 | 'aria-expanded': isOpen, |
| 26017 | 26019 | className: 'editor-post-publish-panel__toggle', |