Make WordPress Core


Ignore:
Timestamp:
11/21/2006 08:10:01 PM (19 years ago)
Author:
ryan
Message:

Upload JS fixes from mdawaffe. fixes #3378

File:
1 edited

Legend:

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

    r4508 r4510  
    3131            $this->add( 'admin-users', '/wp-admin/users.js', array('listman'), '3684' );
    3232            $this->add( 'xfn', '/wp-admin/xfn.js', false, '3517' );
    33             $this->add( 'upload', '/wp-admin/upload-js.php', array('prototype'), '4466' );
     33            $this->add( 'upload', '/wp-admin/upload-js.php', array('prototype'), '####' );
    3434        }
    3535    }
Note: See TracChangeset for help on using the changeset viewer.