summaryrefslogtreecommitdiffstats
path: root/wp-admin/edit-link-form.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-06-30 15:18:13 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-06-30 15:18:13 +0000
commit3395d3920ff7fb11563d22b288316b8e751c126c (patch)
treed9cfd1b27b022566d33066f2b22414fd3fe828e5 /wp-admin/edit-link-form.php
parent3ee2661aeb601a93b99fbbef43d10b802788c3bc (diff)
downloadwordpress-mu-3395d3920ff7fb11563d22b288316b8e751c126c.tar.gz
wordpress-mu-3395d3920ff7fb11563d22b288316b8e751c126c.tar.xz
wordpress-mu-3395d3920ff7fb11563d22b288316b8e751c126c.zip
Added Simple Pie RSS aggregator library
Added Friends aggregator (experimental) Added category dropdown to edit links form. git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@619 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/edit-link-form.php')
-rw-r--r--wp-admin/edit-link-form.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/wp-admin/edit-link-form.php b/wp-admin/edit-link-form.php
index faa4956..5534f1d 100644
--- a/wp-admin/edit-link-form.php
+++ b/wp-admin/edit-link-form.php
@@ -39,10 +39,15 @@ function xfn_check($class, $value = '', $type = 'check') {
<div id="moremeta">
<div id="grabit" class="dbx-group">
+<?php autocomplete_css(); ?>
<fieldset id="categorydiv" class="dbx-box">
<h3 class="dbx-handle"><?php _e('Categories') ?></h3>
<div class="dbx-content">
<p id="jaxcat"></p>
+<?php if ( current_user_can('manage_categories') ) : ?>
+<div id="searchresults" class="autocomplete"></div>
+<?php autocomplete_textbox( "wpmu-edit.php?action=searchcategories&search=", "newcat", "searchresults" ); ?>
+<?php endif; ?>
<ul id="categorychecklist"><?php dropdown_categories(get_settings('default_link_category')); ?></ul>
</div>
</fieldset>