[wp-trac] Re: [WordPress Trac] #3442: role names shouldn't be
gettexted in schema.php
WordPress Trac
wp-trac at lists.automattic.com
Tue Feb 19 12:08:39 GMT 2008
#3442: role names shouldn't be gettexted in schema.php
------------------------------+---------------------------------------------
Reporter: tenpura | Owner: ryan
Type: defect | Status: new
Priority: normal | Milestone: 2.5
Component: Administration | Version: 2.5
Severity: normal | Resolution:
Keywords: i18n needs-patch |
------------------------------+---------------------------------------------
Comment (by tenpura):
It's cool that we can change roles' translation anytime we want. Thank
you!
BTW, I get Warning: Missing argument 2 for translate_with_context().
{{{
function translate_with_context($text, $domain) {
}}}
should be like
{{{
function translate_with_context($text, $domain = 'default') {
}}}
?
--
Ticket URL: <http://trac.wordpress.org/ticket/3442#comment:11>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list