From c1f05c9a323abaca7020a920c9c3d8a9dbd9d4c5 Mon Sep 17 00:00:00 2001 From: Ian Belanger Date: Thu, 14 May 2020 13:03:59 +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. Props argentite, mayankmajeji. Fixes #49088. git-svn-id: https://develop.svn.wordpress.org/trunk@47795 602fd350-edb4-49c9-b593-d223f7449a82 --- .../twentytwenty/classes/class-twentytwenty-svg-icons.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php b/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php index 7d23da09d2..fdd5931cb7 100644 --- a/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php +++ b/src/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', ),