Bring back "Add link category" form
git-svn-id: https://develop.svn.wordpress.org/trunk@9526 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
0c77660388
commit
3a686005a6
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user