Skip to content

Commit

Permalink
Fixes invalid translation text domains. Escapes a URL before output.
Browse files Browse the repository at this point in the history
  • Loading branch information
csalzano committed Dec 23, 2024
1 parent 657f1d2 commit 96f914e
Show file tree
Hide file tree
Showing 6 changed files with 95 additions and 95 deletions.
2 changes: 1 addition & 1 deletion includes/admin/class-admin-options.php
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ public function callback_singles_contact_form() {
'<option value="GF_%s"%s>%s: %s</option>',
esc_attr( $gform['id'] ),
selected( 'GF_' . $gform['id'], $current_value, false ),
esc_html__( 'Gravity Forms', 'event-milestones' ),
esc_html__( 'Gravity Forms', 'inventory-presser' ),
esc_attr( $gform['title'] )
);
}
Expand Down
Loading

0 comments on commit 96f914e

Please sign in to comment.