IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
230 | 230 | * Fires at the beginning of the publishing actions section of the Publish meta box. |
231 | 231 | * |
232 | 232 | * @since 2.7.0 |
| 233 | * @since 4.5.0 Added the `$post` parameter. |
233 | 234 | */ |
234 | | do_action( 'post_submitbox_start' ); |
| 235 | do_action( 'post_submitbox_start', $post ); |
235 | 236 | ?> |
236 | 237 | <div id="delete-action"> |
237 | 238 | <?php |
… |
… |
|
311 | 312 | * in the attachment editing screen. |
312 | 313 | * |
313 | 314 | * @since 3.5.0 |
| 315 | * @since 4.5.0 Added the `$post` parameter. |
314 | 316 | */ |
315 | | do_action( 'attachment_submitbox_misc_actions' ); |
| 317 | do_action( 'attachment_submitbox_misc_actions', $post ); |
316 | 318 | ?> |
317 | 319 | </div><!-- #misc-publishing-actions --> |
318 | 320 | <div class="clear"></div> |