mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
git-svn-id: https://develop.svn.wordpress.org/trunk@19596 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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>';
|
||||
|
||||
Reference in New Issue
Block a user