- Timestamp:
- 05/06/2023 11:38:17 AM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/style-engine/class-wp-style-engine.php
r55719 r55725 289 289 * @param string $css_selector When a selector is passed, the function will return a full CSS rule `$selector { ...rules }`, otherwise a concatenated string of properties and values. 290 290 * @param string[] $css_declarations An associative array of CSS definitions, e.g., `array( "$property" => "$value", "$property" => "$value" )`. 291 * @return void292 291 */ 293 292 public static function store_css_rule( $store_name, $css_selector, $css_declarations ) {
Note: See TracChangeset
for help on using the changeset viewer.