We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa075e0 commit 9de25bbCopy full SHA for 9de25bb
plugins/view-transitions/includes/settings.php
@@ -380,13 +380,6 @@ function plvt_render_settings_field( array $args ): void {
380
value="1"
381
<?php checked( $value, 1 ); ?>
382
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
388
- }
389
390
>
391
<?php echo esc_html( $args['description'] ); ?>
392
</label>
0 commit comments