1.
This phrase was change in 1.4.
Code:
<phrase name="cybabgreeter_message_user"><![CDATA[{1} member is celebrating their birthday on {2}:
{3}
Happy Birthday!]]></phrase>
But I think that it must sounds like:
{1} member is celebrating his birthday on {2}:
and not
{1} member is celebrating their birthday on {2}:
2.
ALso it will be nice if you comment this change:
From:
Code:
$cabg_message = construct_phrase($cabg_message_sp,$cybabgreeter_totalusers,date($vbulletin->options['dateformat']),$cabg_birthdays);
To:
Code:
$cabg_message = construct_phrase($cabg_message_sp,$cybabgreeter_totalusers,vbdate($vbulletin->options['dateformat']),$cabg_birthdays);
As there are some other places in product's code where
date() is used.
Thanks