Skip to content

Commit

Permalink
Adjust hint text
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlimaza committed Aug 15, 2024
1 parent be793ad commit d741a5e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions includes/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,7 @@ function pmpro_keap_secret_key() {
<input id='pmpro_keap_api_secret' name='pmpro_keap_options[api_secret]' size='80' type='password' value='<?php echo esc_attr( $api_secret ); ?>' />
<p class="description">
<?php
printf(
esc_html__( 'You can look for API key and secret in the %sKeap developers portal%s.', 'pmpro-keap' ),
'<a href="https://developer.infusionsoft.com/" target="_blank">',
'</a>'
);
printf( esc_html__( 'You may obtain your Keap API and Secret key from the %s.', 'pmpro-keap' ), '<a href="' . esc_url( 'https://keys.developer.keap.com/' ) . '" target="_blank">' . esc_html__( 'Keap Developer Portal', 'pmpro-keap' ) . '</a>' );
?>
</p>
<?php
Expand Down

0 comments on commit d741a5e

Please sign in to comment.