Skip to content

Commit 6fedb39

Browse files
westonruterCopilot
andcommitted
Use affect instead of effect
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent fa0522f commit 6fedb39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎lib/block-supports/block-visibility.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ function gutenberg_render_block_visibility_support( $block_content, $block ) {
140140

141141
/*
142142
* Set all IMG tags to be `fetchpriority=auto` so that wp_get_loading_optimization_attributes() won't add
143-
* `fetchpriority=high` or increment the media count to effect whether subsequent IMG tags get `loading=lazy`.
143+
* `fetchpriority=high` or increment the media count to affect whether subsequent IMG tags get `loading=lazy`.
144144
*/
145145
do {
146146
if ( 'IMG' === $processor->get_tag() ) {

0 commit comments

Comments
 (0)