Remove extraneous spaces. Props kenan3008, dimadin. fixes #19501 #19433

git-svn-id: https://develop.svn.wordpress.org/trunk@19596 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2011-12-14 17:36:38 +00:00
parent 63462aca3a
commit 54067a5f20
32 changed files with 73 additions and 68 deletions
+2 -2
View File
@@ -432,7 +432,7 @@ var photostorage = false;
show('video');
<?php } elseif ( preg_match("/vimeo\.com\/[0-9]+/i", $url) ) { ?>
show('video');
<?php } elseif ( preg_match("/flickr\.com/i", $url) ) { ?>
<?php } elseif ( preg_match("/flickr\.com/i", $url) ) { ?>
show('photo');
<?php } ?>
jQuery('#title').unbind();
@@ -605,7 +605,7 @@ var photostorage = false;
$content = '';
if ( $selection )
$content .= $selection;
$content .= $selection;
if ( $url ) {
$content .= '<p>';