Make WordPress Core


Ignore:
Timestamp:
10/05/2008 04:43:52 AM (17 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/categories.php

    r9074 r9083  
    112112wp_enqueue_script( 'admin-categories' );
    113113wp_enqueue_script('admin-forms');
     114if ( current_user_can('manage_categories') )
     115    wp_enqueue_script('inline-edit-tax');
    114116
    115117require_once ('admin-header.php');
     
    236238<?php include('edit-category-form.php'); ?>
    237239
     240<?php inline_edit_term_row('category'); ?>
    238241<?php endif; ?>
    239242
Note: See TracChangeset for help on using the changeset viewer.