Commit 31f59cdc67 for wordpress.org

commit 31f59cdc67cfdf4d8867bd09523f53a4632ba803
Author: audrasjb <audrasjb@git.wordpress.org>
Date:   Sun Feb 1 10:50:39 2026 +0000

    Editor: Add `textColumn` block support to appearance tools opt-ins.

    This changeset adds `textColumn` block support to appearance tools opt-ins.
    Backports Gutenberg PR 74656: https://github.com/WordPress/gutenberg/pull/74656/

    Props scruffian, wildworks.
    Fixes #64530

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


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

diff --git a/wp-includes/class-wp-theme-json.php b/wp-includes/class-wp-theme-json.php
index 61d2c2f71b..3e7f6f3f78 100644
--- a/wp-includes/class-wp-theme-json.php
+++ b/wp-includes/class-wp-theme-json.php
@@ -744,6 +744,7 @@ class WP_Theme_JSON {
 		array( 'spacing', 'margin' ),
 		array( 'spacing', 'padding' ),
 		array( 'typography', 'lineHeight' ),
+		array( 'typography', 'textColumns' ),
 	);

 	/**
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 4ba870b586..f7236d8f0e 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.0-alpha-61569';
+$wp_version = '7.0-alpha-61570';

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