diff --git a/wp-admin/includes/meta-boxes.php b/wp-admin/includes/meta-boxes.php
index 23ca247..9612a0a 100644
a
|
b
|
function attachment_submit_meta_box( $post ) { |
320 | 320 | * in the attachment editing screen. |
321 | 321 | * |
322 | 322 | * @since 3.5.0 |
| 323 | * |
| 324 | * @param WP_Post $post WP_Post object for the current post. |
323 | 325 | */ |
324 | | do_action( 'attachment_submitbox_misc_actions' ); |
| 326 | do_action( 'attachment_submitbox_misc_actions', $post ); |
325 | 327 | ?> |
326 | 328 | </div><!-- #misc-publishing-actions --> |
327 | 329 | <div class="clear"></div> |