Remove trailing whites.

git-svn-id: http://svn.automattic.com/wordpress/trunk@7130 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2008-03-02 20:17:30 +00:00
parent 642135072a
commit 04c9051a7d
58 changed files with 410 additions and 410 deletions

View File

@@ -126,7 +126,7 @@ function wp_iframe($content_func /* ... */) {
<head>
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_option('blog_charset'); ?>" />
<title><?php bloginfo('name') ?> &rsaquo; <?php _e('Uploads'); ?> &#8212; WordPress</title>
<?php
<?php
wp_admin_css( 'css/global' );
wp_admin_css();
?>
@@ -386,7 +386,7 @@ function media_upload_file() {
function media_upload_gallery() {
if ( !empty($_POST) ) {
$return = media_upload_form_handler();
if ( is_string($return) )
return $return;
if ( is_array($return) )
@@ -399,7 +399,7 @@ function media_upload_gallery() {
function media_upload_library() {
if ( !empty($_POST) ) {
$return = media_upload_form_handler();
if ( is_string($return) )
return $return;
if ( is_array($return) )