Skip to content

Commit 9de25bb

Browse files
Remove aria-describedby from checkbox
1 parent aa075e0 commit 9de25bb

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

plugins/view-transitions/includes/settings.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -380,13 +380,6 @@ function plvt_render_settings_field( array $args ): void {
380380
value="1"
381381
<?php checked( $value, 1 ); ?>
382382
class="regular-text code"
383-
<?php
384-
if ( '' !== $args['description'] ) {
385-
?>
386-
aria-describedby="<?php echo esc_attr( "plvt-view-transitions-field-{$args['field']}-description" ); ?>"
387-
<?php
388-
}
389-
?>
390383
>
391384
<?php echo esc_html( $args['description'] ); ?>
392385
</label>

0 commit comments

Comments
 (0)