Make WordPress Core

Changeset 26851


Ignore:
Timestamp:
12/11/2013 07:48:29 PM (11 years ago)
Author:
ryan
Message:

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.

Location:
trunk/src
Files:
14 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/color-picker.css

    r26435 r26851  
    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;
  • trunk/src/wp-admin/css/ie.css

    r26819 r26851  
    213213.theme-browser .theme .theme-screenshot {
    214214    height: 180px;
    215     min-width: 
     215    min-width:
    216216}
    217217
  • trunk/src/wp-admin/includes/class-wp-upgrader.php

    r26762 r26851  
    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
  • trunk/src/wp-admin/includes/plugin.php

    r26664 r26851  
    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 ] );
  • trunk/src/wp-admin/includes/theme.php

    r26736 r26851  
    312312    */
    313313    $args = apply_filters( 'themes_api_args', $args, $action );
    314    
     314
    315315    /**
    316316     * Filter whether to override the WordPress.org Themes API.
  • trunk/src/wp-admin/js/post.js

    r26549 r26851  
    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 ) {
  • trunk/src/wp-admin/js/widgets.js

    r26703 r26851  
    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.
     
    451451        viewportBottom = viewportTop + $(window).height();
    452452        sidebarBounds = sidebar.offset();
    453        
     453
    454454        sidebarBounds.bottom = sidebarBounds.top + sidebar.outerHeight();
    455455
  • trunk/src/wp-admin/themes.php

    r26827 r26851  
    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>
  • trunk/src/wp-admin/update-core.php

    r26828 r26851  
    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');
  • trunk/src/wp-includes/class-wp-image-editor-gd.php

    r26650 r26851  
    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        }
  • trunk/src/wp-includes/class-wp-image-editor-imagick.php

    r26645 r26851  
    120120            return new WP_Error( 'error_loading_image', __('File doesn&#8217;t exist?'), $this->file );
    121121
    122         /** This filter is documented in wp-includes/class-wp-image-editor-imagick.php */ 
     122        /** This filter is documented in wp-includes/class-wp-image-editor-imagick.php */
    123123        // Even though Imagick uses less PHP memory than GD, set higher limit for users that have low PHP.ini limits
    124124        @ini_set( 'memory_limit', apply_filters( 'image_memory_limit', WP_MAX_MEMORY_LIMIT ) );
     
    453453        @ chmod( $filename, $perms );
    454454
    455         /** This filter is documented in wp-includes/class-wp-image-editor-gd.php */ 
     455        /** This filter is documented in wp-includes/class-wp-image-editor-gd.php */
    456456        return array(
    457457            'path'      => $filename,
  • trunk/src/wp-includes/formatting.php

    r26631 r26851  
    18681868     * @param string $img        Filename for the smiley image.
    18691869     * @param string $site_url   Site URL, as returned by site_url().
    1870      */ 
     1870     */
    18711871    $src_url = apply_filters( 'smilies_src', includes_url( "images/smilies/$img" ), $img, site_url() );
    18721872
  • trunk/src/wp-includes/functions.php

    r26644 r26851  
    22512251            -moz-box-sizing:    border-box;
    22522252            box-sizing:         border-box;
    2253        
     2253
    22542254            -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0,0,0,.08);
    22552255            box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0,0,0,.08);
  • trunk/src/wp-includes/wlwmanifest.xml

    r19712 r26851  
    88    <supportsGetTags>Yes</supportsGetTags>
    99  </options>
    10  
     10
    1111  <weblog>
    1212    <serviceName>WordPress</serviceName>
     
    1616    <adminLinkText>Dashboard</adminLinkText>
    1717    <adminUrl>
    18       <![CDATA[ 
    19             {blog-postapi-url}/../wp-admin/ 
     18      <![CDATA[
     19            {blog-postapi-url}/../wp-admin/
    2020        ]]>
    2121    </adminUrl>
    2222    <postEditingUrl>
    23       <![CDATA[ 
    24             {blog-postapi-url}/../wp-admin/post.php?action=edit&post={post-id} 
     23      <![CDATA[
     24            {blog-postapi-url}/../wp-admin/post.php?action=edit&post={post-id}
    2525        ]]>
    2626    </postEditingUrl>
     
    3333      <imageUrl>images/wlw/wp-comments.png</imageUrl>
    3434      <clickUrl>
    35         <![CDATA[ 
     35        <![CDATA[
    3636                {blog-postapi-url}/../wp-admin/edit-comments.php
    3737            ]]>
Note: See TracChangeset for help on using the changeset viewer.