upper/lower case titles
-
Hi
This is just a suggestion.
It would be nice to have an Upper/lower case switch for the titles.I change line 1399 of cybersyn.php from:
$post['post_title'] = $this->post['post_title'];
to:
$post['post_title'] = ucwords( mb_strtolower( $this->post['post_title'], 'UTF-8') );I do it every time after updating.
Thanks
Alain
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘upper/lower case titles’ is closed to new replies.