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 714b3a1454..0e576f0af6 100644 --- a/wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php +++ b/wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php @@ -214,6 +214,18 @@ if ( ! class_exists( 'TwentyTwenty_SVG_Icons' ) ) { 'mail' => array( 'mailto:', ), + 'mastodon' => array( + 'mastodon.social', + 'pawoo.net', + 'mstdn.jp', + 'mastodon.cloud', + 'mastodon.online', + 'counter.social', + 'mstdn.social', + 'mas.to', + 'mastodon.world', + 'gc2.jp', + ), 'pocket' => array( 'getpocket.com', ), diff --git a/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-svg-icons.php b/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-svg-icons.php index 3a82cf76ab..d88aabc094 100644 --- a/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-svg-icons.php +++ b/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-svg-icons.php @@ -127,6 +127,18 @@ class Twenty_Twenty_One_SVG_Icons { 'mail' => array( 'mailto:', ), + 'mastodon' => array( + 'mastodon.social', + 'pawoo.net', + 'mstdn.jp', + 'mastodon.cloud', + 'mastodon.online', + 'counter.social', + 'mstdn.social', + 'mas.to', + 'mastodon.world', + 'gc2.jp', + ), 'pocket' => array( 'getpocket.com', ), diff --git a/wp-includes/version.php b/wp-includes/version.php index 31b4e0d4fa..a6fe56a4c3 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-55060'; +$wp_version = '6.2-alpha-55061'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.