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-styles.php

    r19673 r19687  
    7575 * @param array $deps Array of handles of any stylesheet that this stylesheet depends on.
    7676 *  (Stylesheets that must be loaded before this stylesheet.) Pass an empty array if there are no dependencies.
    77  * @param string|bool $ver String specifying the stylesheet version number. Set to NULL to disable.
     77 * @param string|bool $ver String specifying the stylesheet version number. Set to null to disable.
    7878 *  Used to ensure that the correct version is sent to the client regardless of caching.
    7979 * @param string $media The media for which this stylesheet has been defined.
Note: See TracChangeset for help on using the changeset viewer.