Make WordPress Core


Ignore:
Timestamp:
09/07/2010 11:21:11 AM (14 years ago)
Author:
nacin
Message:

Phpdoc argument/@param cleanups. props duck_, see #14783.

File:
1 edited

Legend:

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

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