Skip to content

Commit

Permalink
fix: anchor element on license activation message which should link t…
Browse files Browse the repository at this point in the history
…o the license field, fix #57
  • Loading branch information
selul committed Jun 26, 2019
1 parent a126225 commit 2e78856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Modules/Licenser.php
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ function show_notice() {
?>
<div class="error">
<p>
<strong><?php echo sprintf( $no_valid_string, $this->product->get_name() . ' ' . $this->product->get_type(), $this->get_api_url(), admin_url( 'options-general.php' ) . '#' . $this->product->get_key() ); ?> </strong>
<strong><?php echo sprintf( $no_valid_string, $this->product->get_name() . ' ' . $this->product->get_type(), $this->get_api_url(), admin_url( 'options-general.php' ) . '#' . $this->product->get_key() . '_license' ); ?> </strong>
</p>
</div>
<?php
Expand Down

0 comments on commit 2e78856

Please sign in to comment.