Changeset 9243 for trunk/wp-includes/script-loader.php
- Timestamp:
- 10/18/2008 08:46:30 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r9241 r9243 299 299 * @param object $styles 300 300 */ 301 302 301 function wp_default_styles( &$styles ) { 303 302 // This checks to see if site_url() returns something and if it does not … … 347 346 * @return array Reordered array, if needed. 348 347 */ 349 350 348 function wp_prototype_before_jquery( $js_array ) { 351 349 if ( false === $jquery = array_search( 'jquery', $js_array ) )
Note: See TracChangeset
for help on using the changeset viewer.