Add Related section to all write/edit pages

git-svn-id: http://svn.automattic.com/wordpress/trunk@6949 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2008-02-20 23:43:06 +00:00
parent 3378e3b20b
commit efc3b70996
4 changed files with 25 additions and 5 deletions

View File

@@ -75,6 +75,16 @@ function xfn_check($class, $value = '', $deprecated = '') {
<p class="submit">
<input type="submit" name="save" value="<?php _e('Save'); ?>" style="font-weight: bold;" tabindex="4" />
</p>
<div class="inside">
<p><strong><?php _e('Related') ?></strong></p>
<ul>
<li><a href="link-manager.php"><?php _e('Manage All Links') ?></a></li>
<li><a href="edit-link-categories.php"><?php _e('Manage All Categories') ?></a></li>
<li><a href="link-import.php"><?php _e('Import Links') ?></a></li>
</ul>
</div>
<?php do_action('submitlink_box'); ?>
</div>