Skip to content
This repository was archived by the owner on Dec 4, 2019. It is now read-only.

Commit 3eb69b5

Browse files
committed
Bugfix 1.5.1
1 parent d6c6d9b commit 3eb69b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Modules/VC_Integration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function integrateToVC() {
3434

3535

3636
public function createVCPro( $settings ) {
37-
return '<strong>' . sprintf( esc_html( __( 'This is a pro feature, %sgo pro now !%s', $this->getTextDomain() ) ), '<a href="' . $settings['buy_url'] . '" target="_blank" rel="noopener">', '</a>' ) . '</strong>';
37+
return '<i class="dashicons dashicons-lock"></i><strong>' . sprintf( esc_html( __( 'This is a pro feature, %sgo pro now !%s', $this->getTextDomain() ) ), '<a href="' . $settings['buy_url'] . '" target="_blank" rel="noopener">', '</a>' ) . '</strong>';
3838
}
3939

4040
/**

0 commit comments

Comments
 (0)