Skip to content

Commit

Permalink
Remove private specifier to CSS_VAR_PREFIX
Browse files Browse the repository at this point in the history
It isn't supported in PHP 7.0
  • Loading branch information
Alex Lende authored Mar 17, 2023
1 parent dd80152 commit 1457d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/class-wp-duotone-gutenberg.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class WP_Duotone_Gutenberg {
/**
* Prefix used for generating and referencing duotone CSS custom properties.
*/
private const CSS_VAR_PREFIX = '--wp--preset--duotone--';
const CSS_VAR_PREFIX = '--wp--preset--duotone--';

/**
* Get all possible duotone presets from global and theme styles and store as slug => [ colors array ]
Expand Down

0 comments on commit 1457d58

Please sign in to comment.