Skip to content

Commit

Permalink
Add extra class attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
ravinderk committed Sep 1, 2016
1 parent ca4879a commit 4cecd90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/shortcode-profile-editor.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
<?php do_action( 'give_profile_editor_password' ); ?>
</p>

<p class="give_password_change_notice" class=""><?php esc_html_e( 'Please note after changing your password, you must log back in.', 'give' ); ?></p>
<p class="give_password_change_notice"><?php esc_html_e( 'Please note after changing your password, you must log back in.', 'give' ); ?></p>

<?php do_action( 'give_profile_editor_after_password' ); ?>

Expand Down

0 comments on commit 4cecd90

Please sign in to comment.