﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
21524,No translation in ajax file,Ninos Ego,,"I've got some ajax files in my theme. In that I have included the wp-blog-header.php and written for correct access:

{{{
header(""HTTP/1.1 200 OK"");
}}}


All works perfect, also the own defined functions of my theme. But with the translation I've got a problem. My outputs are not translated in the used language. These remain the same. I've used the language functions 
{{{
_e(), __(), _n(), sprintf()
}}}
 correctly.

Think that's a bug..",defect (bug),closed,normal,,General,3.4.1,normal,invalid,,me@…
