[development] Changes to capitalization
Moshe Weitzman
weitzman at tejasa.com
Wed Sep 13 17:05:44 UTC 2006
> Default menu link theme function:
>
> function theme_menu_item_link($item, $link_item) {
> return l($item['title'], $link_item['path'],
> array_key_exists('description', $item) ? array('title' =>
> $item['description']) : array());
> }
>
> Our menu link theme function:
>
> function azigazi_menu_item_link($item, $link_item) {
> return l(wllib_ucfirst($item['title']), $link_item['path'],
> array_key_exists('description', $item) ? array('title' =>
> $items['description']) : array());
> }
>
> Look, it is so easy.
gabor - how dare you propose a simple and excellent resolution to our long,
boring conversation that will certainly end up with zero implementation.
this list will go silent if you keep that up.
More information about the development
mailing list