From 469164785ff8defefbfcdf972c57d9004c273256 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Thu, 8 Jan 2015 05:02:05 +0000 Subject: [PATCH] Pinking Shears. See #30799. git-svn-id: https://develop.svn.wordpress.org/trunk@31077 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/file.php | 2 +- src/wp-admin/includes/meta-boxes.php | 2 +- src/wp-admin/theme-install.php | 2 +- src/wp-includes/class-wp-customize-manager.php | 2 +- src/wp-includes/locale.php | 2 +- src/wp-includes/widgets.php | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/wp-admin/includes/file.php b/src/wp-admin/includes/file.php index 156437fac6..6b3facac5f 100644 --- a/src/wp-admin/includes/file.php +++ b/src/wp-admin/includes/file.php @@ -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 ) { - // 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. $method = 'direct'; $GLOBALS['_wp_filesystem_direct_method'] = 'file_owner'; diff --git a/src/wp-admin/includes/meta-boxes.php b/src/wp-admin/includes/meta-boxes.php index c7307d5204..6b1f3b18ab 100644 --- a/src/wp-admin/includes/meta-boxes.php +++ b/src/wp-admin/includes/meta-boxes.php @@ -755,7 +755,7 @@ function page_attributes_meta_box($post) { * include 'meta-box' or 'quick-edit'. */ $default_title = apply_filters( 'default_page_template_title', __( 'Default Template' ), 'meta-box' ); -?> +?> diff --git a/src/wp-admin/theme-install.php b/src/wp-admin/theme-install.php index 202557f73f..d42091d676 100644 --- a/src/wp-admin/theme-install.php +++ b/src/wp-admin/theme-install.php @@ -245,7 +245,7 @@ if ( $tab ) { <# } else { #>
-
+ <# } #>
{{{ data.description }}}
diff --git a/src/wp-includes/class-wp-customize-manager.php b/src/wp-includes/class-wp-customize-manager.php index 43859f1dda..0684e33cb7 100644 --- a/src/wp-includes/class-wp-customize-manager.php +++ b/src/wp-includes/class-wp-customize-manager.php @@ -672,7 +672,7 @@ final class WP_Customize_Manager { /** * Filter response data for a successful customize_save Ajax request. - * + * * This filter does not apply if there was a nonce or authentication failure. * * @since 4.2.0 diff --git a/src/wp-includes/locale.php b/src/wp-includes/locale.php index 73f282c300..41c396bed2 100644 --- a/src/wp-includes/locale.php +++ b/src/wp-includes/locale.php @@ -88,7 +88,7 @@ class WP_Locale { * @var array */ var $number_format; - + /** * Sets up the translated strings and object properties. * diff --git a/src/wp-includes/widgets.php b/src/wp-includes/widgets.php index 2e710ccb89..f6502d45f9 100644 --- a/src/wp-includes/widgets.php +++ b/src/wp-includes/widgets.php @@ -166,7 +166,7 @@ class WP_Widget { /** * PHP4 constructor - * + * * @param string $id_base * @param string $name * @param array $widget_options