Skip to content

Commit cfd5c39

Browse files
committed
The Pinking Shears stir from their slumber, awakened by what may seem, to those
innocent in the ways of The Shears, a triviality, a nothing-of-consequence. But there are consequences indeed for recklessly trailing your whitespace. Naturally, they a dire! One, two! One, two! And through and through The Pinking Shears went snicker-snack! They plucked your tail and with your space They went sniksnuking back. Let me tell you, that can be uncomfortable, so always pre-sniksnuk your trailing whites. May The Shears be with you. git-svn-id: https://develop.svn.wordpress.org/trunk@26851 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 8b8ea7d commit cfd5c39

14 files changed

Lines changed: 21 additions & 21 deletions

src/wp-admin/css/color-picker.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
}
3030

3131
.wp-color-result:after {
32-
background: #f7f7f7;
32+
background: #f7f7f7;
3333
border-radius: 0 2px 2px 0;
3434
border-left: 1px solid #ccc;
3535
color: #555;

src/wp-admin/css/ie.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ ul#adminmenu {
212212

213213
.theme-browser .theme .theme-screenshot {
214214
height: 180px;
215-
min-width:
215+
min-width:
216216
}
217217

218218
.theme-browser .theme .theme-actions {

src/wp-admin/includes/class-wp-upgrader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1902,7 +1902,7 @@ public function update( $type, $item ) {
19021902

19031903
// if the filesystem is unavailable, false is returned.
19041904
if ( false === $upgrade_result ) {
1905-
$upgrade_result = new WP_Error( 'fs_unavailable', __( 'Could not access filesystem.' ) );
1905+
$upgrade_result = new WP_Error( 'fs_unavailable', __( 'Could not access filesystem.' ) );
19061906
}
19071907

19081908
// Core doesn't output this, so lets append it so we don't get confused

src/wp-admin/includes/plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ function delete_plugins($plugins, $redirect = '' ) {
808808
if ( $current = get_site_transient('update_plugins') ) {
809809
// Don't remove the plugins that weren't deleted.
810810
$deleted = array_diff( $plugins, $errors );
811-
811+
812812
foreach ( $deleted as $plugin_file ) {
813813
unset( $current->response[ $plugin_file ] );
814814
}

src/wp-admin/includes/theme.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ function themes_api( $action, $args = null ) {
311311
* 'feature_list', or 'query_themes'.
312312
*/
313313
$args = apply_filters( 'themes_api_args', $args, $action );
314-
314+
315315
/**
316316
* Filter whether to override the WordPress.org Themes API.
317317
*

src/wp-admin/js/post.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ jQuery(document).ready( function($) {
374374
e.preventDefault();
375375
}
376376
}).filter(':visible').find('.wp-tab-first').focus();
377-
377+
378378
// Set the heartbeat interval to 15 sec. if post lock dialogs are enabled
379379
if ( typeof wp !== 'undefined' && wp.heartbeat && $('#post-lock-dialog').length ) {
380380
wp.heartbeat.interval( 15 );

src/wp-admin/js/widgets.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ wpWidgets = {
440440
// No longer "new" widget
441441
widget.find( 'input.add_new' ).val('');
442442

443-
/*
443+
/*
444444
* Check if any part of the sidebar is visible in the viewport. If it is, don't scroll.
445445
* Otherwise, scroll up to so the sidebar is in view.
446446
*
@@ -450,7 +450,7 @@ wpWidgets = {
450450
viewportTop = $(window).scrollTop();
451451
viewportBottom = viewportTop + $(window).height();
452452
sidebarBounds = sidebar.offset();
453-
453+
454454
sidebarBounds.bottom = sidebarBounds.top + sidebar.outerHeight();
455455

456456
if ( viewportTop > sidebarBounds.bottom || viewportBottom < sidebarBounds.top ) {

src/wp-admin/themes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
<# } #>
280280
<span class="more-details"><?php _e( 'Theme Details' ); ?></span>
281281
<div class="theme-author"><?php printf( __( 'By %s' ), '{{{ data.author }}}' ); ?></div>
282-
282+
283283
<# if ( data.active ) { #>
284284
<h3 class="theme-name"><span><?php _ex( 'Active:', 'theme' ); ?></span> {{{ data.name }}}</h3>
285285
<# } else { #>

src/wp-admin/update-core.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ function do_undismiss_core_update() {
490490
if ( 'upgrade-core' == $action ) {
491491
// Force a update check when requested
492492
$force_check = ! empty( $_GET['force-check'] );
493-
wp_version_check( array(), $force_check );
493+
wp_version_check( array(), $force_check );
494494

495495
require_once(ABSPATH . 'wp-admin/admin-header.php');
496496
?>

src/wp-includes/class-wp-image-editor-gd.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ protected function _save( $image, $filename = null, $mime_type = null ) {
370370
return new WP_Error( 'image_save_error', __('Image Editor Save Failed') );
371371
}
372372
elseif ( 'image/jpeg' == $mime_type ) {
373-
if ( ! $this->make_image( $filename, 'imagejpeg', array( $image, $filename, $this->quality ) ) )
373+
if ( ! $this->make_image( $filename, 'imagejpeg', array( $image, $filename, $this->quality ) ) )
374374
return new WP_Error( 'image_save_error', __('Image Editor Save Failed') );
375375
}
376376
else {

0 commit comments

Comments
 (0)