Make WordPress Core


Ignore:
Timestamp:
01/16/2007 06:10:54 PM (18 years ago)
Author:
ryan
Message:

Send to Editor fixes from mdawaffe. fixes #3594

File:
1 edited

Legend:

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

    r4701 r4748  
    3939            $this->add( 'admin-users', '/wp-admin/users.js', array('listman'), '4583' );
    4040            $this->add( 'xfn', '/wp-admin/xfn.js', false, '3517' );
    41             $this->add( 'upload', '/wp-admin/upload-js.php', array('prototype'), '20061223' );
     41            $this->add( 'upload', '/wp-admin/upload-js.php', array('prototype'), '20070116' );
    4242        }
    4343    }
Note: See TracChangeset for help on using the changeset viewer.