We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c1611c commit b21eae1Copy full SHA for b21eae1
1 file changed
src/class-tiny-settings.php
@@ -108,7 +108,7 @@ public function render_api_key() {
108
$link = '<a href="https://tinypng.com/developers">' . self::translate_escape('TinyPNG Developer section') . '</a>';
109
?>
110
<input type="text" id="<?php echo $field; ?>" name="<?php echo $field; ?>" value="<?php echo htmlspecialchars($value); ?>" size="40"/>
111
-<br/><?php printf(self::translate_escape('Visit %s to gain an API key') . '.', $link);
+<p><?php printf(self::translate_escape('Visit %s to gain an API key') . '.', $link);?></p><?php
112
}
113
114
public function render_sizes() {
0 commit comments