Use the capital case just for the first word in a menu title
kiamlaluno - August 12, 2008 - 16:44
| Project: | EveryBlog |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
In the menu titles, just the first word must be in capital case (the exception is when a word is an acronym which is written in upper case letters, like UI).
You should replace lines like:
<?php
'title' => 'Blogs By User',
?>in:
<?php
'title' => 'Blogs by user',
?>
#1
What I reported is still valid in the development snapshot, and maybe some other versions.