Make WordPress Core

Ticket #30799: 30799.diff

File 30799.diff, 2.9 KB (added by wonderboymusic, 10 years ago)
  • src/wp-admin/includes/file.php

     
    925925                        }
    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';
    931931                                $GLOBALS['_wp_filesystem_direct_method'] = 'file_owner';
  • src/wp-admin/includes/meta-boxes.php

     
    755755 *                        include 'meta-box' or 'quick-edit'.
    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); ?>
    761761</select>
  • src/wp-admin/theme-install.php

     
    245245                                        <# } else { #>
    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>
    251251                                        <div class="theme-description">{{{ data.description }}}</div>
  • src/wp-includes/class-wp-customize-manager.php

     
    672672
    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                 *
    678678                 * @since 4.2.0
  • src/wp-includes/locale.php

     
    8888         * @var array
    8989         */
    9090        var $number_format;
    91        
     91
    9292        /**
    9393         * Sets up the translated strings and object properties.
    9494         *
  • src/wp-includes/widgets.php

     
    166166
    167167        /**
    168168         * PHP4 constructor
    169          * 
     169         *
    170170         * @param string $id_base
    171171         * @param string $name
    172172         * @param array  $widget_options