Changeset 6860
- Timestamp:
- 02/15/08 18:44:48 (11 months ago)
- Files:
-
- trunk/wp-admin/link-manager.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/link-manager.php
r6842 r6860 88 88 <div style="float: left"> 89 89 <input type="submit" value="<?php _e('Delete'); ?>" name="deleteit" /> 90 <?php wp_nonce_field('bulk-posts'); ?>91 90 <?php 92 91 $categories = get_terms('link_category', "hide_empty=1"); … … 139 138 140 139 <?php wp_nonce_field('bulk-bookmarks') ?> 141 <input type="hidden" name="link_id" value="" />142 <input type="hidden" name="action" value="" />143 <input type="hidden" name="order_by" value="<?php echo attribute_escape($order_by); ?>" />144 <input type="hidden" name="cat_id" value="<?php echo (int) $cat_id ?>" />145 140 <table class="widefat"> 146 141 <thead> … … 222 217 </div> 223 218 224 </form>225 226 219 <?php } ?> 227 220
