Make WordPress Core


Ignore:
Timestamp:
01/25/2008 07:29:01 PM (17 years ago)
Author:
ryan
Message:

First cut at Manage->Tags. Props jhodgdon. see #5684

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/script-loader.php

    r6659 r6660  
    117117            ) );
    118118            $this->add( 'admin-categories', '/wp-admin/js/categories.js', array('wp-lists'), '20071031' );
     119            $this->add( 'admin-tags', '/wp-admin/js/tags.js', array('wp-lists'), '20071031' );
    119120            $this->add( 'admin-custom-fields', '/wp-admin/js/custom-fields.js', array('wp-lists'), '20070823' );
    120121            $this->add( 'password-strength-meter', '/wp-admin/js/password-strength-meter.js', array('jquery'), '20070405' );
Note: See TracChangeset for help on using the changeset viewer.