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 73ab79a commit c93d779Copy full SHA for c93d779
2 files changed
assets/js/external-link-accessibility-helper.js
@@ -42,7 +42,9 @@ class ExternalLinkAccessibilityHelper {
42
43
// Private: check and decorate one link
44
_processLink( link ) {
45
- if ( link.dataset.prpl_accessibility_enhanced === 'true' ) return;
+ if ( link.dataset.prpl_accessibility_enhanced === 'true' ) {
46
+ return;
47
+ }
48
49
const url = new URL( link.href, window.location.href );
50
if (
0 commit comments