Download & Extend

Use the capital case just for the first word in a menu title

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

Version:6.x-2.0-dev0001» 6.x-2.x-dev

What I reported is still valid in the development snapshot, and maybe some other versions.