Skip to content

Commit 6d7441c

Browse files
committed
Remove trailing whites.
git-svn-id: https://develop.svn.wordpress.org/trunk@7130 602fd350-edb4-49c9-b593-d223f7449a82
1 parent d690f0f commit 6d7441c

58 files changed

Lines changed: 410 additions & 410 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

wp-admin/admin-header.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function add_minwidth($c) {
2727
<head>
2828
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_option('blog_charset'); ?>" />
2929
<title><?php bloginfo('name') ?> &rsaquo; <?php echo wp_specialchars( strip_tags( $title ) ); ?> &#8212; WordPress</title>
30-
<?php
30+
<?php
3131
wp_admin_css( 'css/global' );
3232
wp_admin_css();
3333
?>

wp-admin/bookmarklet.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<head>
5252
<title><?php bloginfo('name') ?> &rsaquo; Bookmarklet &#8212; WordPress</title>
5353
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_option('blog_charset'); ?>" />
54-
<?php
54+
<?php
5555
wp_admin_css( 'css/global' );
5656
wp_admin_css();
5757
?>

wp-admin/categories.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797

9898
if ( !empty($_GET['_wp_http_referer']) ) {
9999
wp_redirect(remove_query_arg(array('_wp_http_referer', '_wpnonce'), stripslashes($_SERVER['REQUEST_URI'])));
100-
exit;
100+
exit;
101101
}
102102

103103
wp_enqueue_script( 'admin-categories' );

wp-admin/css/install.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ td input { font-size: 1.5em; }
5050
margin-left: 0;
5151
font-size: 13px !important;
5252
-moz-border-radius: 2px;
53-
-khtml-border-radius: 2px;
53+
-khtml-border-radius: 2px;
5454
-webkit-border-radius: 2px;
5555
border-radius: 2px;
5656
color: #246;

wp-admin/css/login.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ form .submit input {
2929
border: none;
3030
margin-top: -6px;
3131
-moz-border-radius: 2px;
32-
-khtml-border-radius: 2px;
32+
-khtml-border-radius: 2px;
3333
-webkit-border-radius: 2px;
3434
border-radius: 2px;
3535
}

wp-admin/css/widgets.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ p#widget-search {
3535

3636
div#widget-content {
3737
border-bottom: 1px solid #ccc;
38-
}
38+
}
3939

4040
ul#widget-list {
4141
list-style: none;

wp-admin/edit-comments.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
if ( !empty( $_REQUEST['delete_comments'] ) ) {
1010
check_admin_referer('bulk-comments');
1111

12-
$comments_deleted = $comments_approved = $comments_unapproved = $comments_spammed = 0;
12+
$comments_deleted = $comments_approved = $comments_unapproved = $comments_spammed = 0;
1313
foreach ($_REQUEST['delete_comments'] as $comment) : // Check the permissions on each
1414
$comment = (int) $comment;
1515
$post_id = (int) $wpdb->get_var("SELECT comment_post_ID FROM $wpdb->comments WHERE comment_ID = $comment");
@@ -40,7 +40,7 @@
4040
wp_redirect( $redirect_to );
4141
} elseif ( !empty($_GET['_wp_http_referer']) ) {
4242
wp_redirect(remove_query_arg(array('_wp_http_referer', '_wpnonce'), stripslashes($_SERVER['REQUEST_URI'])));
43-
exit;
43+
exit;
4444
}
4545

4646
require_once('admin-header.php');

wp-admin/edit-form-advanced.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ function focusit() {
178178
<input type="text" name="post_title" size="30" tabindex="1" value="<?php echo attribute_escape($post->post_title); ?>" id="title" />
179179
<?php $sample_permalink_html = get_sample_permalink_html($post->ID); ?>
180180
<div id="edit-slug-box">
181-
<?php if ( ! empty($post->ID) && ! empty($sample_permalink_html) ) :
181+
<?php if ( ! empty($post->ID) && ! empty($sample_permalink_html) ) :
182182
echo $sample_permalink_html;
183183
endif; ?>
184184
</div>

wp-admin/edit-link-categories.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
exit();
2323
} elseif ( !empty($_GET['_wp_http_referer']) ) {
2424
wp_redirect(remove_query_arg(array('_wp_http_referer', '_wpnonce'), stripslashes($_SERVER['REQUEST_URI'])));
25-
exit;
25+
exit;
2626
}
2727

2828
$title = __('Link Categories');

wp-admin/edit-page-form.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ function focusit() { // focus on first input field
153153
<input type="text" name="post_title" size="30" tabindex="1" value="<?php echo attribute_escape( $post->post_title ); ?>" id="title" />
154154
<?php $sample_permalink_html = get_sample_permalink_html($post->ID); ?>
155155
<div id="edit-slug-box">
156-
<?php if ( ! empty($post->ID) && ! empty($sample_permalink_html) ) :
156+
<?php if ( ! empty($post->ID) && ! empty($sample_permalink_html) ) :
157157
echo $sample_permalink_html;
158158
endif; ?>
159159
</div>

0 commit comments

Comments
 (0)