mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-30 23:30:05 +00:00
submit box actions hooks from filosofo. fixes #5873
git-svn-id: https://develop.svn.wordpress.org/trunk@6901 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -59,10 +59,11 @@ function xfn_check($class, $value = '', $deprecated = '') {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="submitpost">
|
||||
<div class="submitbox" id="submitlink">
|
||||
<p class="submit">
|
||||
<input type="submit" name="save" value="<?php _e('Save'); ?>" style="font-weight: bold;" tabindex="4" />
|
||||
</p>
|
||||
<?php do_action('submitlink_box'); ?>
|
||||
</div>
|
||||
|
||||
<div id="linkcategorydiv" class="postbox <?php echo postbox_classes('linkcategorydiv', 'link'); ?>">
|
||||
|
||||
Reference in New Issue
Block a user