mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 23:41:38 +01:00
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:
parent
44472ebcff
commit
f0eebf3376
@ -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 ) )
|
||||
|
Loading…
Reference in New Issue
Block a user