Ensure the submitlink_box
action hook is only documented once.
See #26869. git-svn-id: https://develop.svn.wordpress.org/trunk@28210 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
bf8c70a4ee
commit
3e2904138e
@ -118,11 +118,7 @@ wp_nonce_field( 'meta-box-order', 'meta-box-order-nonce', false ); ?>
|
||||
<div id="postbox-container-1" class="postbox-container">
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Fires before the Save meta box in the sidebar.
|
||||
*
|
||||
* @since 2.5.0
|
||||
*/
|
||||
/** This action is documented in wp-admin/includes/meta-boxes.php */
|
||||
do_action( 'submitlink_box' );
|
||||
$side_meta_boxes = do_meta_boxes( 'link', 'side', $link );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user