Make WordPress Core


Ignore:
Timestamp:
01/03/2008 01:34:11 AM (17 years ago)
Author:
matt
Message:

New tag interface, tag auto-suggest while typing. Rough - suggest and parts of JS should probably be refactored. Hat tip: jhodgdon.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/post.php

    r6213 r6542  
    5959    }
    6060
    61     if($post->post_status == 'draft') {
     61    wp_enqueue_script('post');
     62
     63    if( 'draft' == $post->post_status ) {
    6264        wp_enqueue_script('prototype');
    6365        wp_enqueue_script('autosave');
    6466    }
     67
    6568    require_once('admin-header.php');
    6669
Note: See TracChangeset for help on using the changeset viewer.