We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 223bed7 commit eb4c11dCopy full SHA for eb4c11d
src/wp-admin/includes/meta-boxes.php
@@ -1677,7 +1677,7 @@ function register_and_do_post_meta_boxes( $post ) {
1677
*
1678
* @since 3.0.0
1679
1680
- * @param string $post_type Post type of the current screen. Can be 'post', 'page',
+ * @param string $post_type Post type of the current screen. Can be 'post', 'page',
1681
* custom post types, 'comment', or 'link'.
1682
* @param WP_Post|WP_Comment|object $post The post, comment, or link object. Type varies depending on
1683
* `$post_type`.
0 commit comments