We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c427b4 commit fe74605Copy full SHA for fe74605
1 file changed
event/listener.php
@@ -192,7 +192,7 @@ public function pwa_short_sitename($value, $key)
192
{
193
$placeholder = $this->get_shortname($this->config['sitename']);
194
195
- return '<input id="' . $key . '" type="text" size="40" maxlength="255" name="config[' . $key . ']" value="' . $value . '" placeholder="' . $placeholder . '">';
+ return '<input id="' . $key . '" type="text" size="40" maxlength="12" name="config[' . $key . ']" value="' . $value . '" placeholder="' . $placeholder . '">';
196
}
197
198
/**
0 commit comments