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 f81548e commit f57b8a5Copy full SHA for f57b8a5
includes/apple-exporter/components/class-link-button.php
@@ -116,6 +116,7 @@ protected function build( $html ) {
116
} elseif ( 0 === strpos( $url, '#' ) ) {
117
$url = trailingslashit( get_the_permalink() ) . $url;
118
}
119
+ $url = html_entity_decode( $url, ENT_QUOTES, 'UTF-8' );
120
121
// Register JSON for this component.
122
$this->register_json(
0 commit comments