Changeset 12558 for trunk/wp-includes/functions.wp-styles.php
- Timestamp:
- 12/28/2009 12:48:20 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.wp-styles.php
r12531 r12558 46 46 * @param array $deps Array of handles of any stylesheet that this stylesheet depends on. 47 47 * (Stylesheets that must be loaded before this stylesheet.) Pass an empty array if there are no dependencies. 48 * @param string|bool $ver String specifying the stylesheet version number, if it has one. This parameter 49 * is used to ensure that the correct version is sent to the client regardless of caching, and so should be included 50 * if a version number is available and makes sense for the stylesheet. 48 * @param string|bool $ver String specifying the stylesheet version number. Set to NULL to disable. 49 * Used to ensure that the correct version is sent to the client regardless of caching. 51 50 * @param string $media The media for which this stylesheet has been defined. 52 51 */ … … 78 77 /** 79 78 * Enqueue a CSS style file. 79 * 80 * Registers the style if src provided (does NOT overwrite) and enqueues. 80 81 * 81 82 * @since r79
Note: See TracChangeset
for help on using the changeset viewer.