Ticket #46542: 46542.diff
| File 46542.diff, 799 bytes (added by , 7 years ago) |
|---|
-
src/wp-admin/includes/meta-boxes.php
1549 1549 * 1550 1550 * @since 3.0.0 1551 1551 * 1552 * @param string $post_type Post type of the post.1553 * @param string $context stringMeta box context.1554 * @param WP_Post $post Post object.1552 * @param string $post_type Post type of the post. 1553 * @param string $context Meta box context. 1554 * @param string|WP_Post $post Post object or an empty string if used outside the Post Edit screen. 1555 1555 */ 1556 1556 do_action( 'do_meta_boxes', $post_type, 'normal', $post ); 1557 1557 /** This action is documented in wp-admin/includes/meta-boxes.php */