Wrap notes in autop and make_clickable

This commit is contained in:
Boro Sitnikovski 2018-06-07 12:10:11 +02:00
parent b27c5022ab
commit 8e8f2389aa
1 changed files with 1 additions and 1 deletions

View File

@ -379,7 +379,7 @@ class WC_Beta_Tester {
. $res->sections['description'];
}
$res->sections['pre-release_information'] = $this->get_version_information( $res->version );
$res->sections['pre-release_information'] = make_clickable( wpautop( $this->get_version_information( $res->version ) ) );
$res->sections['pre-release_information'] .= sprintf(
/* translators: 1: GitHub pre-release URL */
__( '<p><a target="_blank" href="%s">Read more on GitHub</a></p>' ),