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 72e34f5 commit 3515885Copy full SHA for 3515885
assets/src/js/_acf-field-link.js
@@ -55,7 +55,7 @@
55
56
// update text
57
this.$( '.link-title' ).html( val.title );
58
- this.$( '.link-url' ).attr( 'href', val.url ).html( val.url );
+ this.$( '.link-url' ).attr( 'href', val.url ).text( val.url );
59
60
// update node
61
$node.html( val.title );
0 commit comments