We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c9f198a + da314af commit 7f912fdCopy full SHA for 7f912fd
inc/class-gh-auto-updater-themes.php
@@ -135,11 +135,7 @@ protected function get_api_object( $default )
135
esc_html( $remote_version->author->login )
136
);
137
$obj->homepage = esc_url( $this->github_repo_url );
138
- $obj->version = sprintf(
139
- '<a href="%1$s" target="_blank">%2$s</a>',
140
- $remote_version->html_url,
141
- $remote_version->tag_name
142
- );
+ $obj->version = $remote_version->tag_name;
143
$obj->last_updated = $remote_version->published_at;
144
145
$parsedown = new \Parsedown();
0 commit comments