Make WordPress Core


Ignore:
Timestamp:
10/05/2008 04:43:52 AM (18 years ago)
Author:
azaozz
Message:

Quick Edit for Tags, Categories and Link Categories, improvements to handling errors in quick and bulk edit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-tags.php

    r9074 r9083  
    116116wp_enqueue_script( 'admin-tags' );
    117117wp_enqueue_script('admin-forms');
     118if ( current_user_can('manage_categories') )
     119        wp_enqueue_script('inline-edit-tax');
    118120
    119121require_once ('admin-header.php');
     
    188190<div class="clear"></div>
    189191
    190 <table class="widefat">
     192<table class="widefat tag">
    191193        <thead>
    192194        <tr>
     
    237239<br />
    238240<?php include('edit-tag-form.php'); ?>
     241<?php inline_edit_term_row('tag'); ?>
    239242
    240243<?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.