I have seen this in lots of wordpress themes and using it for a while but don't know what is the significance of it. It seems it does the same work as echo something out.
Look for it in codex but failed to find anything about it. May be i have looked in wrong place.
So, my question is what does _e("Some String", 'String'); means? And is it different from echo "Some String"; ?
