Skip to content

Commit

Permalink
Add a since line for compute_style_properties
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewserong committed Jan 31, 2024
1 parent 2b6495e commit 03d2d01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wp-includes/class-wp-theme-json.php
Original file line number Diff line number Diff line change
Expand Up @@ -1928,6 +1928,7 @@ protected static function flatten_tree( $tree, $prefix = '', $token = '--' ) {
* @since 5.8.0
* @since 5.9.0 Added the `$settings` and `$properties` parameters.
* @since 6.1.0 Added `$theme_json`, `$selector`, and `$use_root_padding` parameters.
* @since 6.5.0 Output a `min-height: unset` rule when `aspect-ratio` is set.
*
* @param array $styles Styles to process.
* @param array $settings Theme settings.
Expand Down

0 comments on commit 03d2d01

Please sign in to comment.