Pinking Shears.

See #30799.


git-svn-id: https://develop.svn.wordpress.org/trunk@31077 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor 2015-01-08 05:02:05 +00:00
parent 621292d70f
commit 469164785f
6 changed files with 6 additions and 6 deletions

View File

@ -925,7 +925,7 @@ function get_filesystem_method( $args = array(), $context = false, $allow_relaxe
} }
if ( $wp_file_owner !== false && $wp_file_owner === $temp_file_owner ) { if ( $wp_file_owner !== false && $wp_file_owner === $temp_file_owner ) {
// WordPress is creating files as the same owner as the WordPress files, // WordPress is creating files as the same owner as the WordPress files,
// this means it's safe to modify & create new files via PHP. // this means it's safe to modify & create new files via PHP.
$method = 'direct'; $method = 'direct';
$GLOBALS['_wp_filesystem_direct_method'] = 'file_owner'; $GLOBALS['_wp_filesystem_direct_method'] = 'file_owner';

View File

@ -755,7 +755,7 @@ function page_attributes_meta_box($post) {
* include 'meta-box' or 'quick-edit'. * include 'meta-box' or 'quick-edit'.
*/ */
$default_title = apply_filters( 'default_page_template_title', __( 'Default Template' ), 'meta-box' ); $default_title = apply_filters( 'default_page_template_title', __( 'Default Template' ), 'meta-box' );
?> ?>
<option value="default"><?php echo esc_html( $default_title ); ?></option> <option value="default"><?php echo esc_html( $default_title ); ?></option>
<?php page_template_dropdown($template); ?> <?php page_template_dropdown($template); ?>
</select> </select>

View File

@ -245,7 +245,7 @@ if ( $tab ) {
<# } else { #> <# } else { #>
<div class="rating"> <div class="rating">
<small class="ratings"><?php _e( 'This theme has not been rated yet.' ); ?></small> <small class="ratings"><?php _e( 'This theme has not been rated yet.' ); ?></small>
</div> </div>
<# } #> <# } #>
<div class="theme-version"><?php printf( __( 'Version: %s' ), '{{ data.version }}' ); ?></div> <div class="theme-version"><?php printf( __( 'Version: %s' ), '{{ data.version }}' ); ?></div>
<div class="theme-description">{{{ data.description }}}</div> <div class="theme-description">{{{ data.description }}}</div>

View File

@ -672,7 +672,7 @@ final class WP_Customize_Manager {
/** /**
* Filter response data for a successful customize_save Ajax request. * Filter response data for a successful customize_save Ajax request.
* *
* This filter does not apply if there was a nonce or authentication failure. * This filter does not apply if there was a nonce or authentication failure.
* *
* @since 4.2.0 * @since 4.2.0

View File

@ -88,7 +88,7 @@ class WP_Locale {
* @var array * @var array
*/ */
var $number_format; var $number_format;
/** /**
* Sets up the translated strings and object properties. * Sets up the translated strings and object properties.
* *

View File

@ -166,7 +166,7 @@ class WP_Widget {
/** /**
* PHP4 constructor * PHP4 constructor
* *
* @param string $id_base * @param string $id_base
* @param string $name * @param string $name
* @param array $widget_options * @param array $widget_options