Skip to content

Commit

Permalink
Bad Link - Appearance Tab - Custom JS #132
Browse files Browse the repository at this point in the history
  • Loading branch information
glena committed Feb 2, 2016
1 parent 1420c75 commit ec0ca05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/admin/WP_Auth0_Admin_Appearance.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public function render_custom_js() {
?>
<textarea name="<?php echo $this->options->get_options_name(); ?>[custom_js]" id="wpa0_custom_js"><?php echo esc_attr( $v ); ?></textarea>
<div class="subelement">
<span class="description"><?php echo __( 'This should be a valid JS to customize the Auth0 login widget to, for example, add custom buttons. ', WPA0_LANG ); ?><a target="_blank" href="https://auth0.com/docs/hrd#3"><?php echo __( 'More info', WPA0_LANG ); ?></a></span>
<span class="description"><?php echo __( 'This should be a valid JS to customize the Auth0 login widget to, for example, add custom buttons. ', WPA0_LANG ); ?><a target="_blank" href="https://auth0.com/docs/hrd#option-3-adding-custom-buttons-to-lock"><?php echo __( 'More info', WPA0_LANG ); ?></a></span>
</div>
<?php
}
Expand Down

0 comments on commit ec0ca05

Please sign in to comment.