Docs: Correct the post_submitbox_minor_actions hook description.

The action fires after the Save Draft (or Save as Pending) and Preview (or Preview Changes) buttons in the Publish meta box.

The previous description stated that the action fires before the post date/time setting, which was not quite correct, as there are also post status and visibility settings between the action and the date/time setting.

Follow-up to [34895].

Props bedas, audrasjb.
Fixes #54045.

git-svn-id: https://develop.svn.wordpress.org/trunk@51732 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2021-09-06 13:34:36 +00:00
parent a52bc208ba
commit b3326d8aa4

View File

@ -87,7 +87,8 @@ function post_submit_meta_box( $post, $args = array() ) {
endif;
/**
* Fires before the post time/date setting in the Publish meta box.
* Fires after the Save Draft (or Save as Pending) and Preview (or Preview Changes) buttons
* in the Publish meta box.
*
* @since 4.4.0
*