[wp-trac] [WordPress Trac] #18156: Removing similar strings in Twenty Eleven
WordPress Trac
wp-trac at lists.automattic.com
Mon Jul 18 14:20:52 UTC 2011
#18156: Removing similar strings in Twenty Eleven
---------------------------+-----------------------------
Reporter: pavelevap | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Bundled Theme | Version: 3.2.1
Severity: normal | Keywords:
---------------------------+-----------------------------
Attached is patch with proposed changes:
- Changed bold to strong - 2 removable strings
- Other changes - 2 other removable strings "Reply" and "Leave a Reply".
- Other 2 strings could be removed and arrows repaired in following
changes (not part of attached patch because I am not sure how to solve
this). Related problem with arrows is
http://core.trac.wordpress.org/ticket/17809, arrows were changed in
single.php, but not in image.php (so now there are 2 types of arrows).
Current:
{{{
<?php previous_image_link( false, __( '← Previous' , 'twentyeleven' )
); ?>
}}}
Expected to be similar as in single.php (the same arrows):
{{{
<?php previous_image_link( false, __( '<span class="meta-
nav">←</span> Previous' , 'twentyeleven' ) ); ?>
}}}
But previous_image_link() function does not allow HTML in text.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/18156>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list