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
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

kiamlaluno - November 30, 2009 - 01:46
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.

 
 

Drupal is a registered trademark of Dries Buytaert.