﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
18156	Removing similar strings in Twenty Eleven	pavelevap	westi	"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, __( '&larr; Previous' , 'twentyeleven' ) ); ?>
}}}

Expected to be similar as in single.php (the same arrows):


{{{
<?php previous_image_link( false, __( '<span class=""meta-nav"">&larr;</span> Previous' , 'twentyeleven' ) ); ?>
}}}

But previous_image_link() function does not allow HTML in text."	enhancement	closed	normal	3.3	Bundled Theme	3.2.1	normal	fixed	has-patch	pavelevap@…
