Make WordPress Core


Ignore:
Timestamp:
10/18/2008 08:46:30 PM (17 years ago)
Author:
ryan
Message:

phpdoc corrections from jacobsantos. see #7918

File:
1 edited

Legend:

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

    r9241 r9243  
    299299 * @param object $styles
    300300 */
    301 
    302301function wp_default_styles( &$styles ) {
    303302    // This checks to see if site_url() returns something and if it does not
     
    347346 * @return array Reordered array, if needed.
    348347 */
    349 
    350348function wp_prototype_before_jquery( $js_array ) {
    351349    if ( false === $jquery = array_search( 'jquery', $js_array ) )
Note: See TracChangeset for help on using the changeset viewer.