Skip to content

Commit ca5aad9

Browse files
committed
Update hook docs for do_meta_boxes too
1 parent ee6dc0b commit ca5aad9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/wp-admin/includes/meta-boxes.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1712,11 +1712,11 @@ function register_and_do_post_meta_boxes( $post ) {
17121712
*
17131713
* @since 3.0.0
17141714
*
1715-
* @param string $post_type Post type of the post on Edit Post screen, 'link' on Edit Link screen,
1716-
* 'dashboard' on Dashboard screen.
1717-
* @param string $context Meta box context. Possible values include 'normal', 'advanced', 'side'.
1718-
* @param WP_Post|object|string $post Post object on Edit Post screen, link object on Edit Link screen,
1719-
* an empty string on Dashboard screen.
1715+
* @param string $object_type Post type of the post on Edit Post screen, 'link' on Edit Link screen,
1716+
* 'dashboard' on Dashboard screen.
1717+
* @param string $context Meta box context. Possible values include 'normal', 'advanced', 'side'.
1718+
* @param WP_Post|object|string $object Post object on Edit Post screen, link object on Edit Link screen,
1719+
* an empty string on Dashboard screen.
17201720
*/
17211721
do_action( 'do_meta_boxes', $post_type, 'normal', $post );
17221722
/** This action is documented in wp-admin/includes/meta-boxes.php */

0 commit comments

Comments
 (0)