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 { #>
+ <# } #>