File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments