Hi,
I want to perform some changes to the post date on the postbit_legacy template, so I got the cached template from the database to see what to edit, I found this:
PHP Code:
<span class="date">' . vB_Template_Runtime::parsePhrase("x_until_y", '' . $post['startdate'] . '', '' . $post['enddate'] . '') . '</span>
So I should modify this function vB_Template_Runtime:

arsePhrase(), so that I'm asking where do I find its declaration on vBulletin files?
Thanks for help in advance.