Changeset 30674 for trunk/src/wp-includes/functions.wp-styles.php
- Timestamp:
- 11/30/2014 11:23:37 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.wp-styles.php
r29840 r30674 20 20 * @since 2.6.0 21 21 * 22 * @param array|bool$handles Styles to be printed. Default 'false'.22 * @param string|bool|array $handles Styles to be printed. Default 'false'. 23 23 * @return array On success, a processed array of WP_Dependencies items; otherwise, an empty array. 24 24 */ … … 237 237 * @param string $key Name of data point for which we're storing a value. 238 238 * Accepts 'conditional', 'rtl' and 'suffix', 'alt' and 'title'. 239 * @param mixed $ dataString containing the CSS data to be added.239 * @param mixed $value String containing the CSS data to be added. 240 240 * @return bool True on success, false on failure. 241 241 */
Note: See TracChangeset
for help on using the changeset viewer.