Skip to content

Commit

Permalink
merged master + css class change for err msg
Browse files Browse the repository at this point in the history
  • Loading branch information
wigglemuff committed Mar 7, 2020
1 parent abc0806 commit f581f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/widgets/contact-info.php
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ public function form( $instance ) {
echo $this->build_map( $instance['address'], $apikey ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
} elseif ( true !== $instance['goodmap'] && ! empty( $instance['goodmap'] ) ) {
printf(
'<span style="display: block; color: red;">%s</span>',
'<span class="button-link-delete">%s</span>',
esc_html( $instance['goodmap'] )
);
}
Expand Down

0 comments on commit f581f6f

Please sign in to comment.