Make WordPress Core


Ignore:
Timestamp:
10/23/2007 11:02:24 PM (18 years ago)
Author:
ryan
Message:

Post filter fixes from mdawaffe. fixes #5249

File:
1 edited

Legend:

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

    r6218 r6287  
    6262        ) );
    6363
    64         $this->add( 'wp-lists', '/wp-includes/js/wp-lists.js', array('jquery'), '20070823' );
     64        $this->add( 'wp-lists', '/wp-includes/js/wp-lists.js', array('jquery'), '20071023' );
    6565        $this->localize( 'wp-lists', 'wpListL10n', array(
    6666            'url' => get_option( 'siteurl' ) . '/wp-admin/admin-ajax.php'
     
    119119            $this->add( 'admin-custom-fields', '/wp-admin/js/custom-fields.js', array('wp-lists'), '20070823' );
    120120            $this->add( 'admin-comments', '/wp-admin/js/edit-comments.js', array('wp-lists'), '20070822' );
    121             $this->add( 'admin-posts', '/wp-admin/js/edit-posts.js', array('wp-lists'), '20070823' );
     121            $this->add( 'admin-posts', '/wp-admin/js/edit-posts.js', array('wp-lists'), '20071023' );
    122122            $this->add( 'admin-users', '/wp-admin/js/users.js', array('wp-lists'), '20070823' );
    123123            $this->add( 'xfn', '/wp-admin/js/xfn.js', false, '3517' );
Note: See TracChangeset for help on using the changeset viewer.