Commit f87a4f03c7 for wordpress.org

commit f87a4f03c7c48c465211353b51de6e99f22fc449
Author: afercia <afercia@git.wordpress.org>
Date:   Sat Sep 5 12:12:52 2026 +0000

    Administration: Remove line-height values in pixels from _tokens.scss.

    As per the WordPress CSS Coding Standards, line-height values should be unit-less.
    These variables were unused anyways.

    Props yasirkhalifa, afercia.
    Fixes #65991.

    Built from https://develop.svn.wordpress.org/trunk@63500


    git-svn-id: http://core.svn.wordpress.org/trunk@62676 1a063a9b-81f0-0310-95a4-ce76da25c4cd

diff --git a/wp-admin/css/colors/_tokens.scss b/wp-admin/css/colors/_tokens.scss
index eacd836710..d36ed1398d 100644
--- a/wp-admin/css/colors/_tokens.scss
+++ b/wp-admin/css/colors/_tokens.scss
@@ -162,11 +162,6 @@ $font-size-m: 13px;     // m - Base body text, buttons
 $font-size-l: 15px;     // l - Body large, heading large
 $font-size-xl: 20px;    // xl - Heading XL

-// Line Heights
-$line-height-xs: 16px;  // xs
-$line-height-s: 20px;   // s - Most UI elements
-$line-height-m: 24px;   // m - Body large
-
 /**
  * Elevation (Box Shadows)
  */
diff --git a/wp-includes/version.php b/wp-includes/version.php
index c93ce2d33b..dd33c0fb79 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.2-alpha-63499';
+$wp_version = '7.2-alpha-63500';

 /**
  * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.