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.