From c9bf01c0a4f0d25024d8136dd4f1d75ec6cf148f Mon Sep 17 00:00:00 2001 From: whyisjake Date: Tue, 19 May 2020 22:41:07 +0000 Subject: [PATCH] Bundled Themes: Twenty Twenty add icon for g.page links. Adds the option to use a g.page url for the social menu. This brings the changes from [47795] to the 5.4 branch. Props argentite, mayankmajeji. Fixes #49088. Built from https://develop.svn.wordpress.org/branches/5.4@47828 git-svn-id: http://core.svn.wordpress.org/branches/5.4@47604 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- .../twentytwenty/classes/class-twentytwenty-svg-icons.php | 3 +++ wp-includes/version.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php b/wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php index 12cc92f575..9e50f6b671 100644 --- a/wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php +++ b/wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php @@ -152,6 +152,9 @@ if ( ! class_exists( 'TwentyTwenty_SVG_Icons' ) ) { 'feed' => array( 'feed', ), + 'google' => array( + 'g.page', + ), 'lastfm' => array( 'last.fm', ), diff --git a/wp-includes/version.php b/wp-includes/version.php index 19c40e5933..c43d25d54f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.4.2-alpha-47827'; +$wp_version = '5.4.2-alpha-47828'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.