Tagged Questions
1
vote
1answer
113 views
How do translated, escaped strings (esc_attr) in Themes work?
I was looking at the TwentyEleven code and found this:
esc_attr__( 'Permalink to %s', 'twentyeleven' )
This is come code that came out of the title tag for a post; the full code within the title ...