Skip to content

Commit 068c9b4

Browse files
committed
Fix spacing
1 parent eb4c11d commit 068c9b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1678,9 +1678,9 @@ function register_and_do_post_meta_boxes( $post ) {
16781678
* @since 3.0.0
16791679
*
16801680
* @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`.
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`.
16841684
*/
16851685
do_action( 'add_meta_boxes', $post_type, $post );
16861686

0 commit comments

Comments
 (0)