Skip to content

Commit

Permalink
temp : fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ta5r committed Sep 26, 2024
1 parent 44cf459 commit 44ebf8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/CoreImageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ className
'align' => 'left',
'caption' => 'Align left',
'className' => 'test-css-class-name',
'cssClassName' => ( ! is_wp_version_compatible( '6.3' ) ) ? 'wp-duotone-varpresetduotonepurple-green-19 wp-block-image size-full is-resized wp-duotone-purple-green' : 'wp-block-image size-full is-resized', // This uses the old class name for WP < 6.3 which is wp-duotone-varpresetduotonepurple-green-19.
'cssClassName' => ( ! is_wp_version_compatible( '6.3' ) ) ? 'wp-duotone-varpresetduotonepurple-green-19 wp-block-image size-full is-resized' : 'wp-block-image size-full is-resized wp-duotone-purple-green', // This uses the old class name for WP < 6.3 which is wp-duotone-varpresetduotonepurple-green-19.
'url' => 'http://mysite.local/wp-content/uploads/2023/05/online-programming-course-hero-section-bg.svg',
'borderColor' => 'vivid-red',
'title' => 'test-title',
Expand Down

0 comments on commit 44ebf8a

Please sign in to comment.