Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel authored and noisysocks committed Jun 28, 2021
1 parent 46c1112 commit 9ae66b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e-tests/plugins/marquee-function-widget.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function() {
class="widefat"
name="marquee-greeting"
type="text"
value="<?php echo esc_attr( $greeting ) ?>"
value="<?php echo esc_attr( $greeting ); ?>"
placeholder="Hello!"
/>
</p>
Expand Down

0 comments on commit 9ae66b7

Please sign in to comment.