Remove extra space. props danielbachhuber.

git-svn-id: http://svn.automattic.com/wordpress/trunk@19317 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2011-11-17 04:41:51 +00:00
parent 44472ebcff
commit f0eebf3376
1 changed files with 1 additions and 1 deletions

View File

@ -522,7 +522,7 @@ function wp_media_upload_handler() {
$title = esc_html( basename( $src ) );
if ( $title && $src )
$html = "<a href='" . esc_url($src) . "' >$title</a>";
$html = "<a href='" . esc_url($src) . "'>$title</a>";
$type = 'file';
if ( ( $ext = preg_replace( '/^.+?\.([^.]+)$/', '$1', $src ) ) && ( $ext_type = wp_ext2type( $ext ) )