From 16bdb0e87511eefb68d9c9010af73867e139f081 Mon Sep 17 00:00:00 2001 From: desrosj Date: Wed, 19 Dec 2018 03:24:11 +0000 Subject: [PATCH] Twenty Nineteen: Fixes and improvements. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit brings over several changes that occurred upstream in the theme’s GitHub repository into core. - Fix the gallery caption link color. https://github.com/WordPress/twentynineteen/pull/687 - Remove left padding from pullquote blocks. https://github.com/WordPress/twentynineteen/pull/690 - Print `skip-link-focus-fix` inline instead of enqueueing as blocking script. https://github .com/WordPress/twentynineteen/pull/47 - Fix and improve some strings with placeholders. https://github.com/WordPress/twentynineteen/pull/217 - Fixes some minor code quality issues. https://github.com/WordPress/twentynineteen/pull/237 - Fix PHP Warning: Parameter must be an array or an object that implements Countable. https://github .com/WordPress/twentynineteen/pull/661 - Add missing text domain and escaping to comment author text. https://github.com/WordPress/twentynineteen/pull/274 - Remove hyphens rule for cover image text. https://github.com/WordPress/twentynineteen/pull/691 - Fix left/right-aligned pullquote spacing. https://github.com/WordPress/twentynineteen/pull/695 - Improve `readme.txt` to follow the correct standards for themes. https://github.com/WordPress/twentynineteen/issues/689 Props kjellr, allancole, dimadin, westonruter, khleomix, grapplerulrich, iCaleb, desrosj. Merges [44196], [44199], and [44201-44202] into trunk. Fixes #45424. Built from https://develop.svn.wordpress.org/trunk@44305 git-svn-id: http://core.svn.wordpress.org/trunk@44135 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- .../class-twentynineteen-walker-comment.php | 40 ++++++---- .../themes/twentynineteen/functions.php | 20 ++++- wp-content/themes/twentynineteen/header.php | 2 +- .../twentynineteen/inc/template-tags.php | 6 +- .../twentynineteen/js/skip-link-focus-fix.js | 2 + wp-content/themes/twentynineteen/readme.txt | 76 +++++-------------- .../twentynineteen/sass/blocks/_blocks.scss | 28 +++++-- wp-content/themes/twentynineteen/single.php | 3 +- .../themes/twentynineteen/style-editor.css | 11 ++- .../themes/twentynineteen/style-editor.scss | 11 ++- .../themes/twentynineteen/style-rtl.css | 26 +++++-- wp-content/themes/twentynineteen/style.css | 26 +++++-- .../template-parts/post/author-bio.php | 10 ++- .../template-parts/post/discussion-meta.php | 1 - wp-includes/version.php | 2 +- 15 files changed, 154 insertions(+), 110 deletions(-) diff --git a/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php b/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php index 27236e07db..42fe89fb5f 100644 --- a/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php +++ b/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php @@ -33,10 +33,10 @@ protected function html5_comment( $comment, $depth, $args ) {