Make WordPress Core


Ignore:
Timestamp:
02/18/2008 07:38:01 PM (19 years ago)
Author:
ryan
Message:

submit box actions hooks from filosofo. fixes #5873

File:
1 edited

Legend:

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

    r6762 r6901  
    6060</div>
    6161
    62 <div id="submitpost">
     62<div class="submitbox" id="submitlink">
    6363<p class="submit">
    6464<input type="submit" name="save" value="<?php _e('Save'); ?>" style="font-weight: bold;" tabindex="4" />
    6565</p>
     66<?php do_action('submitlink_box'); ?>
    6667</div>
    6768
Note: See TracChangeset for help on using the changeset viewer.