Skip to content

Commit 0d3b2a0

Browse files
westonruterCopilot
andauthored
Use affect instead of effect
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 10c8c91 commit 0d3b2a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-includes/block-supports/block-visibility.php

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

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

0 commit comments

Comments
 (0)