mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-12 13:44:21 +01:00
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:
parent
3e44eb0857
commit
c9bf01c0a4
@ -152,6 +152,9 @@ if ( ! class_exists( 'TwentyTwenty_SVG_Icons' ) ) {
|
||||
'feed' => array(
|
||||
'feed',
|
||||
),
|
||||
'google' => array(
|
||||
'g.page',
|
||||
),
|
||||
'lastfm' => array(
|
||||
'last.fm',
|
||||
),
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user