Posted by kiamlaluno on August 12, 2008 at 4:44pm
Jump to:
| Project: | EveryBlog |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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',
?>
Comments
#1
What I reported is still valid in the development snapshot, and maybe some other versions.