[wp-trac] [WordPress Trac] #19853: Theme description should be hidden by default and author should be shown
WordPress Trac
wp-trac at lists.automattic.com
Wed Jan 25 19:01:02 UTC 2012
#19853: Theme description should be hidden by default and author should be shown
-----------------------------------+------------------
Reporter: helenyhou | Owner:
Type: task (blessed) | Status: new
Priority: normal | Milestone: 3.4
Component: Themes | Version:
Severity: normal | Resolution:
Keywords: has-patch ux-feedback |
-----------------------------------+------------------
Comment (by ryan):
{{{
<h3><?php echo $name ?> <span><?php _e('by') ?></strong> <?php echo
$author ?></span></h3>
}}}
That isn't very translator friendly. Probably need something like:
{{{
<h3><?php printf( __('%1$s <span>by %2$s</span>', $name, $author); ?></h3>
}}}
Should that closing string be there?
--
Ticket URL: <http://core.trac.wordpress.org/ticket/19853#comment:8>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list