Commit a7eabfa650 for wordpress.org
commit a7eabfa65013d5e72f172b242802b98073e6b1bc
Author: audrasjb <audrasjb@git.wordpress.org>
Date: Wed Sep 9 21:12:48 2026 +0000
Docs: Update outdated upstream Chrome documentation link in `WP_Site_Icon`.
Props mayur8991, harishtewari, logicrays, sabernhardt.
Fixes #65940.
Built from https://develop.svn.wordpress.org/trunk@63568
git-svn-id: http://core.svn.wordpress.org/trunk@62744 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-admin/includes/class-wp-site-icon.php b/wp-admin/includes/class-wp-site-icon.php
index ea0ab35007..542bddbb4a 100644
--- a/wp-admin/includes/class-wp-site-icon.php
+++ b/wp-admin/includes/class-wp-site-icon.php
@@ -48,8 +48,7 @@ class WP_Site_Icon {
/*
* App icon for Android/Chrome.
*
- * @link https://developers.google.com/web/updates/2014/11/Support-for-theme-color-in-Chrome-39-for-Android
- * @link https://developer.chrome.com/multidevice/android/installtohomescreen
+ * @link https://developer.chrome.com/blog/support-for-theme-color-in-chrome-39-for-android
*/
192,
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 59603dcb8e..3e68776ddd 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '7.2-alpha-63567';
+$wp_version = '7.2-alpha-63568';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.