Don't invoke singleton on the very same class

This commit is contained in:
Boro Sitnikovski 2018-06-07 11:17:45 +02:00
parent b9f15ac1f6
commit b27c5022ab
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'] = WC_Beta_Tester::instance()->get_version_information( $res->version );
$res->sections['pre-release_information'] = $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>' ),