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:
parent
a97018ab13
commit
50dc640746
@ -140,8 +140,8 @@ function image_add_caption( $html, $id, $caption, $title, $align, $url, $size, $
|
||||
|
||||
$width = $matches[1];
|
||||
|
||||
$caption = str_replace( array( '>', '<', '"', "'" ),
|
||||
array( '>', '<', '"', ''' ),
|
||||
$caption = str_replace( array( '>', '<', '"', "'" ),
|
||||
array( '>', '<', '"', ''' ),
|
||||
$caption
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user