Commit 9bcf783b6d for wordpress.org

commit 9bcf783b6d917eff58dd1abe99ee43cc59d9edfb
Author: afercia <afercia@git.wordpress.org>
Date:   Sat Sep 5 13:42:49 2026 +0000

    Administration: Remove unnecessary empty line in buttons.css.

    Amends [63386].
    Part of the ongoing effort to lint all the admin CSS files.

    See #65898.

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


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

diff --git a/wp-includes/css/buttons-rtl.css b/wp-includes/css/buttons-rtl.css
index d0543f4763..f2f4b7eb93 100644
--- a/wp-includes/css/buttons-rtl.css
+++ b/wp-includes/css/buttons-rtl.css
@@ -26,7 +26,6 @@ Button States
 Lock the state of a button by adding the name of the pseudoclass as
 an actual class (e.g. `.hover` for `:hover`).

-
 TABLE OF CONTENTS:
 ------------------
  1.0 - Button Layouts
diff --git a/wp-includes/css/buttons.css b/wp-includes/css/buttons.css
index 3d9650c98c..1908dea3c6 100644
--- a/wp-includes/css/buttons.css
+++ b/wp-includes/css/buttons.css
@@ -25,7 +25,6 @@ Button States
 Lock the state of a button by adding the name of the pseudoclass as
 an actual class (e.g. `.hover` for `:hover`).

-
 TABLE OF CONTENTS:
 ------------------
  1.0 - Button Layouts
diff --git a/wp-includes/version.php b/wp-includes/version.php
index c7a6624b2e..c2e477b8c9 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.2-alpha-63504';
+$wp_version = '7.2-alpha-63505';

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