Make WordPress Core

Changeset 28210


Ignore:
Timestamp:
04/25/2014 06:34:00 AM (10 years ago)
Author:
DrewAPicture
Message:

Ensure the submitlink_box action hook is only documented once.

See #26869.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/edit-link-form.php

    r27469 r28210  
    119119<?php
    120120
    121 /**
    122  * Fires before the Save meta box in the sidebar.
    123  *
    124  * @since 2.5.0
    125  */
     121/** This action is documented in wp-admin/includes/meta-boxes.php */
    126122do_action( 'submitlink_box' );
    127123$side_meta_boxes = do_meta_boxes( 'link', 'side', $link );
Note: See TracChangeset for help on using the changeset viewer.