Press This:

- Save a draft before opening the standard editor window.
- While saving a post show Saving... instead of Publish for the main visible part of the split button (same as the Save Draft button before).
See #32757.

git-svn-id: https://develop.svn.wordpress.org/trunk@32983 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2015-06-28 04:58:56 +00:00
parent 8baa10c377
commit c72d42d922
3 changed files with 36 additions and 14 deletions
+9
View File
@@ -1888,6 +1888,15 @@ html {
padding: 0 10px;
}
.publish-button .saving-draft,
.publish-button.is-saving .publish {
display: none;
}
.publish-button.is-saving .saving-draft {
display: inline;
}
/* TinyMCE styles */
.editor .wp-media-buttons {
float: none;