Changeset 60948 for trunk/src/wp-includes/functions.wp-styles.php
- Timestamp:
- 10/16/2025 07:59:11 PM (4 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/functions.wp-styles.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.wp-styles.php
r58200 r60948 221 221 * 222 222 * Possible values for $key and $value: 223 * 'conditional' string Comments for IE 6, lte IE 7 etc.224 223 * 'rtl' bool|string To declare an RTL stylesheet. 225 224 * 'suffix' string Optional suffix, used in combination with RTL. … … 234 233 * @since 5.8.0 Added 'path' as an official value for $key. 235 234 * See {@see wp_maybe_inline_styles()}. 235 * @since 6.9.0 'conditional' value changed. If the 'conditional' parameter is present 236 * the stylesheet will be ignored. 236 237 * 237 238 * @param string $handle Name of the stylesheet. 238 239 * @param string $key Name of data point for which we're storing a value. 239 * Accepts ' conditional', 'rtl' and 'suffix', 'alt', 'title' and 'path'.240 * Accepts 'rtl' and 'suffix', 'alt', 'title' and 'path'. 240 241 * @param mixed $value String containing the CSS data to be added. 241 242 * @return bool True on success, false on failure.
Note: See TracChangeset
for help on using the changeset viewer.