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
This commit is contained in:
Ryan Boren
2013-12-11 19:48:29 +00:00
parent 8b8ea7d844
commit cfd5c395bb
14 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
}
.wp-color-result:after {
background: #f7f7f7;
background: #f7f7f7;
border-radius: 0 2px 2px 0;
border-left: 1px solid #ccc;
color: #555;
+1 -1
View File
@@ -212,7 +212,7 @@ ul#adminmenu {
.theme-browser .theme .theme-screenshot {
height: 180px;
min-width:
min-width:
}
.theme-browser .theme .theme-actions {
+1 -1
View File
@@ -1902,7 +1902,7 @@ class WP_Automatic_Updater {
// if the filesystem is unavailable, false is returned.
if ( false === $upgrade_result ) {
$upgrade_result = new WP_Error( 'fs_unavailable', __( 'Could not access filesystem.' ) );
$upgrade_result = new WP_Error( 'fs_unavailable', __( 'Could not access filesystem.' ) );
}
// Core doesn't output this, so lets append it so we don't get confused
+1 -1
View File
@@ -808,7 +808,7 @@ function delete_plugins($plugins, $redirect = '' ) {
if ( $current = get_site_transient('update_plugins') ) {
// Don't remove the plugins that weren't deleted.
$deleted = array_diff( $plugins, $errors );
foreach ( $deleted as $plugin_file ) {
unset( $current->response[ $plugin_file ] );
}
+1 -1
View File
@@ -311,7 +311,7 @@ function themes_api( $action, $args = null ) {
* 'feature_list', or 'query_themes'.
*/
$args = apply_filters( 'themes_api_args', $args, $action );
/**
* Filter whether to override the WordPress.org Themes API.
*
+1 -1
View File
@@ -374,7 +374,7 @@ jQuery(document).ready( function($) {
e.preventDefault();
}
}).filter(':visible').find('.wp-tab-first').focus();
// Set the heartbeat interval to 15 sec. if post lock dialogs are enabled
if ( typeof wp !== 'undefined' && wp.heartbeat && $('#post-lock-dialog').length ) {
wp.heartbeat.interval( 15 );
+2 -2
View File
@@ -440,7 +440,7 @@ wpWidgets = {
// No longer "new" widget
widget.find( 'input.add_new' ).val('');
/*
/*
* Check if any part of the sidebar is visible in the viewport. If it is, don't scroll.
* Otherwise, scroll up to so the sidebar is in view.
*
@@ -450,7 +450,7 @@ wpWidgets = {
viewportTop = $(window).scrollTop();
viewportBottom = viewportTop + $(window).height();
sidebarBounds = sidebar.offset();
sidebarBounds.bottom = sidebarBounds.top + sidebar.outerHeight();
if ( viewportTop > sidebarBounds.bottom || viewportBottom < sidebarBounds.top ) {
+1 -1
View File
@@ -279,7 +279,7 @@ if ( ! is_multisite() && current_user_can('edit_themes') && $broken_themes = wp_
<# } #>
<span class="more-details"><?php _e( 'Theme Details' ); ?></span>
<div class="theme-author"><?php printf( __( 'By %s' ), '{{{ data.author }}}' ); ?></div>
<# if ( data.active ) { #>
<h3 class="theme-name"><span><?php _ex( 'Active:', 'theme' ); ?></span> {{{ data.name }}}</h3>
<# } else { #>
+1 -1
View File
@@ -490,7 +490,7 @@ get_current_screen()->set_help_sidebar(
if ( 'upgrade-core' == $action ) {
// Force a update check when requested
$force_check = ! empty( $_GET['force-check'] );
wp_version_check( array(), $force_check );
wp_version_check( array(), $force_check );
require_once(ABSPATH . 'wp-admin/admin-header.php');
?>