[theme-reviewers] (no subject)
Philip M. Hofer (Frumph)
philip at frumph.net
Fri Dec 17 18:28:56 UTC 2010
To clarify Pross's reply; you put an empty '' text domain, so the system was trying to find a blank string causing none to appear. If you don't have a text domain, omit it, just not use the ,'') portion __('Permalink to %s') will work
This might not occure on your system but someone who has wordpress language packs it sometimes will dependant on their setup so its best to either have a text domain or omit the text domains use and not mix match.
- Phil
----- Original Message -----
From: Tomasz Mazur
To: theme-reviewers at lists.wordpress.org
Sent: Friday, December 17, 2010 10:18 AM
Subject: [theme-reviewers] (no subject)
Ticket #2131
I don't know what's the problem, but I've got:
<a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', '' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a>
Twenty Ten:
<a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'twentyten' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
What is the difference? Thanks.
Tomek Mazur
-------------------------------------------
http://tommek.eu
http://www.strzyzow-galeria.pl
------------------------------------------------------------------------------
_______________________________________________
theme-reviewers mailing list
theme-reviewers at lists.wordpress.org
http://lists.wordpress.org/mailman/listinfo/theme-reviewers
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.wordpress.org/pipermail/theme-reviewers/attachments/20101217/f54656e2/attachment.htm>
More information about the theme-reviewers
mailing list