Skip to content

Commit

Permalink
Remove title attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
mukeshpanchal27 committed Oct 23, 2023
1 parent 6ddb754 commit f323f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/results-row.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</td>
<td>
<# if ( data.link ) { #>
<a href="{{data.link}}" title="<?php _e( 'View file in the plugin file editor.', 'plugin-check' ); ?>" aria-label="<?php _e( 'View file in the plugin file editor.', 'plugin-check' ); ?>" target="_blank"><?php _e( 'View in code editor', 'plugin-check' ); ?></a>
<a href="{{data.link}}" aria-label="<?php _e( 'View file in the plugin file editor.', 'plugin-check' ); ?>" target="_blank"><?php _e( 'View in code editor', 'plugin-check' ); ?></a>
<# } #>
</td>
</tr>
Expand Down

0 comments on commit f323f66

Please sign in to comment.