Make WordPress Core


Ignore:
Timestamp:
01/05/2012 08:50:54 PM (13 years ago)
Author:
ryan
Message:

User lowercase true, false, null instead of uppercase. Props c3mdigital, mfields. fixes #16302

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions.wp-scripts.php

    r19573 r19687  
    4646 * @param string $src Script url
    4747 * @param array $deps (optional) Array of script names on which this script depends
    48  * @param string|bool $ver (optional) Script version (used for cache busting), set to NULL to disable
     48 * @param string|bool $ver (optional) Script version (used for cache busting), set to null to disable
    4949 * @param bool $in_footer (optional) Whether to enqueue the script before </head> or before </body>
    5050 * @return null
Note: See TracChangeset for help on using the changeset viewer.