Skip to content

Commit baaaa35

Browse files
committed
Strip trailing whitespace
git-svn-id: https://develop.svn.wordpress.org/trunk@10150 602fd350-edb4-49c9-b593-d223f7449a82
1 parent f0f4bd8 commit baaaa35

Some content is hidden

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

96 files changed

+336
-336
lines changed

wp-admin/admin-ajax.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -427,10 +427,10 @@
427427
die('-1');
428428

429429
$tags = get_tags( array( 'number' => 45, 'orderby' => 'count', 'order' => 'DESC' ) );
430-
430+
431431
if ( empty( $tags ) )
432432
die( __('No tags found!') );
433-
433+
434434
foreach ( $tags as $key => $tag ) {
435435
$tags[ $key ]->link = '#';
436436
$tags[ $key ]->id = $tag->term_id;
@@ -440,9 +440,9 @@
440440

441441
if ( empty($return) )
442442
die('0');
443-
443+
444444
echo $return;
445-
445+
446446
exit;
447447
break;
448448
case 'add-comment' :

wp-admin/comment.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*
2323
* @param string $msg Error Message. Assumed to contain HTML and be sanitized.
2424
*/
25-
function comment_footer_die( $msg ) { //
25+
function comment_footer_die( $msg ) { //
2626
echo "<div class='wrap'><p>$msg</p></div>";
2727
include('admin-footer.php');
2828
die;

wp-admin/css/colors-classic.css

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ li.widget-list-control-item h4.widget-title a,
106106
#dragHelper li.widget-list-control-item h4.widget-title a,
107107
#draghelper li.widget-list-control-item h4.widget-title a:visited,
108108
.login #backtoblog a:hover,
109-
#plugin-information .action-button a,
109+
#plugin-information .action-button a,
110110
#plugin-information .action-button a:hover,
111111
#plugin-information .action-button a:visited {
112112
color: #fff;
@@ -342,7 +342,7 @@ a:focus {
342342
color: #d54e21;
343343
}
344344

345-
a:hover,
345+
a:hover,
346346
#wphead #viewsite a:hover,
347347
#adminmenu a:hover,
348348
#adminmenu ul.wp-submenu a:hover,
@@ -625,17 +625,17 @@ li.widget-list-control-item h4,
625625
background-color: #ffffe0;
626626
}
627627

628-
#the-comment-list .approve a {
629-
color: #006505;
630-
}
628+
#the-comment-list .approve a {
629+
color: #006505;
630+
}
631631

632-
#the-comment-list .unapprove a {
633-
color: #d98500;
634-
}
632+
#the-comment-list .unapprove a {
633+
color: #d98500;
634+
}
635635

636-
#the-comment-list .delete a {
637-
color: #bc0b0b;
638-
}
636+
#the-comment-list .delete a {
637+
color: #bc0b0b;
638+
}
639639

640640
.plugins tr {
641641
background-color: #fff;

wp-admin/css/colors-fresh.css

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ li.widget-list-control-item h4.widget-title a,
106106
#dragHelper li.widget-list-control-item h4.widget-title a,
107107
#draghelper li.widget-list-control-item h4.widget-title a:visited,
108108
.login #backtoblog a:hover,
109-
#plugin-information .action-button a,
109+
#plugin-information .action-button a,
110110
#plugin-information .action-button a:hover,
111111
#plugin-information .action-button a:visited {
112112
color: #fff;
@@ -342,7 +342,7 @@ a:focus {
342342
color: #d54e21;
343343
}
344344

345-
a:hover,
345+
a:hover,
346346
#wphead #viewsite a:hover,
347347
#adminmenu a:hover,
348348
#adminmenu ul.wp-submenu a:hover,
@@ -625,17 +625,17 @@ li.widget-list-control-item h4,
625625
background-color: #ffffe0;
626626
}
627627

628-
#the-comment-list .approve a {
629-
color: #006505;
630-
}
628+
#the-comment-list .approve a {
629+
color: #006505;
630+
}
631631

632-
#the-comment-list .unapprove a {
633-
color: #d98500;
634-
}
632+
#the-comment-list .unapprove a {
633+
color: #d98500;
634+
}
635635

636-
#the-comment-list .delete a {
637-
color: #bc0b0b;
638-
}
636+
#the-comment-list .delete a {
637+
color: #bc0b0b;
638+
}
639639

640640
.plugins tr {
641641
background-color: #fff;

wp-admin/css/dashboard.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ div.postbox div.inside {
188188
clear: right;
189189
position: relative;
190190
top: -5px;
191-
padding: 2px 11px;
191+
padding: 2px 11px;
192192
}
193193

194194
/* Recent Comments */

wp-admin/css/farbtastic.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
width: 17px;
2828
height: 17px;
2929
margin: -8px 0 0 -8px;
30-
overflow: hidden;
30+
overflow: hidden;
3131
background: url(../images/marker.png) no-repeat;
3232
}

wp-admin/css/global.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ table {
7272
#wpbody {
7373
clear: both;
7474
margin-left: 175px;
75-
}
75+
}
7676

7777
.folded #wpbody {
7878
margin-left: 60px;

wp-admin/css/ie-rtl.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ div#dashboard-widgets {
5050
.widefat th input {
5151
margin: 0 5px 0 0;
5252
}
53-
/* ---------- add by navid */
53+
/* ---------- add by navid */
5454
#TB_window {
5555
width: 670px;
5656
position: absolute;

wp-admin/css/media-rtl.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,6 @@ button.dismiss {
8888
margin-right: 0;
8989
margin-left: 15px;
9090
}
91-
#gallery-settings .align .field label {
91+
#gallery-settings .align .field label {
9292
margin: 0 0 0 1.5em;
9393
}

wp-admin/custom-header.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -146,24 +146,24 @@ function pickColor(color) {
146146
jQuery('#textcolor').val(color);
147147
farbtastic.setColor(color);
148148
}
149-
149+
150150
jQuery(document).ready(function() {
151151
jQuery('#pickcolor').click(function() {
152152
jQuery('#colorPickerDiv').show();
153153
});
154-
154+
155155
jQuery('#hidetext').click(function() {
156156
toggle_text();
157157
});
158-
158+
159159
farbtastic = jQuery.farbtastic('#colorPickerDiv', function(color) { pickColor(color); });
160160
pickColor('#<?php echo get_theme_mod('header_textcolor', HEADER_TEXTCOLOR); ?>');
161-
161+
162162
<?php if ( 'blank' == get_theme_mod('header_textcolor', HEADER_TEXTCOLOR) ) { ?>
163163
toggle_text();
164164
<?php } ?>
165165
});
166-
166+
167167
jQuery(document).mousedown(function(){
168168
// Make the picker disappear, since we're using it in an independant div
169169
hide_picker();

0 commit comments

Comments
 (0)