Changing number of visual number of lines in post_content/textarea
-
I remember seeing questions about this topic. Someone asked how to modify the size of the field post_content.
For those interested, I solved this by adding the following line to frontend-uploader.php:
'textarea_rows' => 5
This line has to be added after line number 721 (do not forget to add a comma at the of line 721!).
It would be nice to have this added as a short code though.
- The topic ‘Changing number of visual number of lines in post_content/textarea’ is closed to new replies.