Changeset 9083 for trunk/wp-admin/edit-tags.php
- Timestamp:
- 10/05/2008 04:43:52 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-tags.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-tags.php
r9074 r9083 116 116 wp_enqueue_script( 'admin-tags' ); 117 117 wp_enqueue_script('admin-forms'); 118 if ( current_user_can('manage_categories') ) 119 wp_enqueue_script('inline-edit-tax'); 118 120 119 121 require_once ('admin-header.php'); … … 188 190 <div class="clear"></div> 189 191 190 <table class="widefat ">192 <table class="widefat tag"> 191 193 <thead> 192 194 <tr> … … 237 239 <br /> 238 240 <?php include('edit-tag-form.php'); ?> 241 <?php inline_edit_term_row('tag'); ?> 239 242 240 243 <?php endif; ?>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)