Bring back "Add link category" form

git-svn-id: http://svn.automattic.com/wordpress/trunk@9526 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2008-11-05 17:44:58 +00:00
parent bb2f1dd007
commit 04a134ee7b

View File

@ -180,7 +180,7 @@ if ( $page_links )
<div id="col-left">
<div class="col-wrap">
<?php if ( isset( $category ) && current_user_can('manage_categories') ) {
<?php if ( current_user_can('manage_categories') ) {
$category = (object) array(); $category->parent = 0; do_action('add_link_category_form_pre', $category); ?>
<div class="form-wrap">