Skip to content

Commit ee6dc0b

Browse files
committed
Update hook docs for add_meta_boxes
1 parent 29e2289 commit ee6dc0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1680,7 +1680,7 @@ function register_and_do_post_meta_boxes( $post ) {
16801680
* @param string $object_type The type of the current object that meta boxes were added to.
16811681
* Can be 'post', 'page', custom post types, 'comment', or 'link'.
16821682
* @param WP_Post|WP_Comment|object $object The post, comment, or link object. Type varies depending on
1683-
* `$post_type`.
1683+
* `$object_type`.
16841684
*/
16851685
do_action( 'add_meta_boxes', $post_type, $post );
16861686

0 commit comments

Comments
 (0)