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
This commit is contained in:
whyisjake 2020-05-19 22:41:07 +00:00
parent 3e44eb0857
commit c9bf01c0a4
2 changed files with 4 additions and 1 deletions

View File

@ -152,6 +152,9 @@ if ( ! class_exists( 'TwentyTwenty_SVG_Icons' ) ) {
'feed' => array( 'feed' => array(
'feed', 'feed',
), ),
'google' => array(
'g.page',
),
'lastfm' => array( 'lastfm' => array(
'last.fm', 'last.fm',
), ),

View File

@ -13,7 +13,7 @@
* *
* @global string $wp_version * @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. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.