Make WordPress Core

Changeset 31077


Ignore:
Timestamp:
01/08/2015 05:02:05 AM (12 years ago)
Author:
wonderboymusic
Message:

Pinking Shears.

See #30799.

Location:
trunk/src
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/file.php

    r30860 r31077  
    926926
    927927                        if ( $wp_file_owner !== false && $wp_file_owner === $temp_file_owner ) {
    928                                 // WordPress is creating files as the same owner as the WordPress files, 
     928                                // WordPress is creating files as the same owner as the WordPress files,
    929929                                // this means it's safe to modify & create new files via PHP.
    930930                                $method = 'direct';
  • trunk/src/wp-admin/includes/meta-boxes.php

    r30601 r31077  
    756756 */
    757757$default_title = apply_filters( 'default_page_template_title',  __( 'Default Template' ), 'meta-box' );
    758 ?> 
     758?>
    759759<option value="default"><?php echo esc_html( $default_title ); ?></option>
    760760<?php page_template_dropdown($template); ?>
  • trunk/src/wp-admin/theme-install.php

    r31072 r31077  
    246246                                                <div class="rating">
    247247                                                        <small class="ratings"><?php _e( 'This theme has not been rated yet.' ); ?></small>
    248                                                 </div> 
     248                                                </div>
    249249                                        <# } #>
    250250                                        <div class="theme-version"><?php printf( __( 'Version: %s' ), '{{ data.version }}' ); ?></div>
  • trunk/src/wp-includes/class-wp-customize-manager.php

    r31069 r31077  
    673673                /**
    674674                 * Filter response data for a successful customize_save Ajax request.
    675                  * 
     675                 *
    676676                 * This filter does not apply if there was a nonce or authentication failure.
    677677                 *
  • trunk/src/wp-includes/locale.php

    r30183 r31077  
    8989         */
    9090        var $number_format;
    91        
     91
    9292        /**
    9393         * Sets up the translated strings and object properties.
  • trunk/src/wp-includes/widgets.php

    r30779 r31077  
    167167        /**
    168168         * PHP4 constructor
    169          * 
     169         *
    170170         * @param string $id_base
    171171         * @param string $name
Note: See TracChangeset for help on using the changeset viewer.