Skip to content

Commit

Permalink
- Fixed incorrect escaping of quotation marks in profile header.
Browse files Browse the repository at this point in the history
  • Loading branch information
toolstack committed Oct 9, 2015
1 parent 46a8baf commit f4e9894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gp-google-translate.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public function edit_user_profile( $user ) {
// If the user cannot edit their profile, then don't show the settings
if ( !current_user_can( 'edit_user', $user_id ) ) { return false; }
?>
<h3 id=\"gp-google-translate\"><?php _e('GlotPress Google Translate'); ?></h3>
<h3 id="gp-google-translate"><?php _e('GlotPress Google Translate'); ?></h3>
<table class="form-table">
<tr>
<th><label for="gp_google_translate_user_key"><?php _e('User Google API Key');?></label></th>
Expand Down

0 comments on commit f4e9894

Please sign in to comment.