Use spaces for alignment. see #15343 [16236]

git-svn-id: https://develop.svn.wordpress.org/trunk@16245 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-11-09 00:42:35 +00:00
parent a97018ab13
commit 50dc640746

View File

@ -140,8 +140,8 @@ function image_add_caption( $html, $id, $caption, $title, $align, $url, $size, $
$width = $matches[1];
$caption = str_replace( array( '>', '<', '"', "'" ),
array( '&gt;', '&lt;', '&quot;', '&#039;' ),
$caption = str_replace( array( '>', '<', '"', "'" ),
array( '&gt;', '&lt;', '&quot;', '&#039;' ),
$caption
);