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:
parent
bb2f1dd007
commit
04a134ee7b
|
@ -180,7 +180,7 @@ if ( $page_links )
|
||||||
<div id="col-left">
|
<div id="col-left">
|
||||||
<div class="col-wrap">
|
<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); ?>
|
$category = (object) array(); $category->parent = 0; do_action('add_link_category_form_pre', $category); ?>
|
||||||
|
|
||||||
<div class="form-wrap">
|
<div class="form-wrap">
|
||||||
|
|
Loading…
Reference in New Issue