Make WordPress Core

Changeset 4895


Ignore:
Timestamp:
02/20/2007 07:46:13 AM (18 years ago)
Author:
ryan
Message:

Add jquery to script loader.

File:
1 edited

Legend:

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

    r4861 r4895  
    4040            $this->add( 'xfn', '/wp-admin/xfn.js', false, '3517' );
    4141            $this->add( 'upload', '/wp-admin/upload-js.php', array('prototype'), '20070118' );
     42            $this->add( 'jquery', '/wp-includes/js/jquery-latest.js', false, '1.0.3' );
    4243        }
    4344    }
Note: See TracChangeset for help on using the changeset viewer.