[Reqest] – Maximum char number in $message as variable
-
I’ve notice the maximum number of character in the message is fixed at 80 chars. I prefer to have a little more text so i’ve changed in 140. I propose to set this number as a variable that can be set in admin page.
In class-s2-core.php – row 302:
//$message = wordwrap(strip_tags($message), 80, "\n"); $message = wordwrap(strip_tags($message), $message_chars, "\n"); //42 - Maximum number of char 80 => $message_chars
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Reqest] – Maximum char number in $message as variable’ is closed to new replies.