From 09d8704f0f41c9b96051d835d80825f03766e769 Mon Sep 17 00:00:00 2001 From: desrosj Date: Fri, 25 Oct 2019 19:29:04 +0000 Subject: [PATCH] Ensure `svn:eol-style` is consistently set for all files (part 2). Continuation of [46586] See #42594. Built from https://develop.svn.wordpress.org/trunk@46587 git-svn-id: http://core.svn.wordpress.org/trunk@46384 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- .../twentyfourteen/images/pattern-dark.svg | 32 +++++++++---------- .../twentyfourteen/images/pattern-light.svg | 12 +++---- .../themes/twentytwenty/.stylelintrc.json | 24 +++++++------- wp-includes/version.php | 2 +- 4 files changed, 35 insertions(+), 35 deletions(-) diff --git a/wp-content/themes/twentyfourteen/images/pattern-dark.svg b/wp-content/themes/twentyfourteen/images/pattern-dark.svg index ef6d5d8313..af4bc9a4e3 100644 --- a/wp-content/themes/twentyfourteen/images/pattern-dark.svg +++ b/wp-content/themes/twentyfourteen/images/pattern-dark.svg @@ -1,16 +1,16 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/wp-content/themes/twentyfourteen/images/pattern-light.svg b/wp-content/themes/twentyfourteen/images/pattern-light.svg index 55a48f1b68..a8a3be320f 100644 --- a/wp-content/themes/twentyfourteen/images/pattern-light.svg +++ b/wp-content/themes/twentyfourteen/images/pattern-light.svg @@ -1,6 +1,6 @@ - - - + + + diff --git a/wp-content/themes/twentytwenty/.stylelintrc.json b/wp-content/themes/twentytwenty/.stylelintrc.json index 4db6c0198e..f88810795c 100644 --- a/wp-content/themes/twentytwenty/.stylelintrc.json +++ b/wp-content/themes/twentytwenty/.stylelintrc.json @@ -1,12 +1,12 @@ -{ - "extends": [ - "stylelint-config-wordpress" - ], - "plugins": ["stylelint-a11y"], - "rules": { - "font-family-no-missing-generic-family-keyword": null, - "no-descending-specificity": null, - "a11y/no-outline-none": true, - "a11y/selector-pseudo-class-focus": true - } -} +{ + "extends": [ + "stylelint-config-wordpress" + ], + "plugins": ["stylelint-a11y"], + "rules": { + "font-family-no-missing-generic-family-keyword": null, + "no-descending-specificity": null, + "a11y/no-outline-none": true, + "a11y/selector-pseudo-class-focus": true + } +} diff --git a/wp-includes/version.php b/wp-includes/version.php index 06f01f22c7..7ddc1fd3c7 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.4-alpha-46586'; +$wp_version = '5.4-alpha-46587'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.