From 7a7f7ec0d391a3121390bc3ca547a301992c7a2b Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 1 Feb 2024 11:33:17 +0000 Subject: [PATCH] Twenty Fifteen: Fix typo in `css/blocks.css`. Follow-up to [43798]. Props shailu25, harshgajipara. Fixes #60383. Built from https://develop.svn.wordpress.org/trunk@57512 git-svn-id: http://core.svn.wordpress.org/trunk@57013 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyfifteen/css/blocks.css | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentyfifteen/css/blocks.css b/wp-content/themes/twentyfifteen/css/blocks.css index 5967ea52e9..3487cc7b98 100644 --- a/wp-content/themes/twentyfifteen/css/blocks.css +++ b/wp-content/themes/twentyfifteen/css/blocks.css @@ -470,7 +470,7 @@ p.has-drop-cap:not(:focus)::first-letter { } } -/* Seperators */ +/* Separators */ .wp-block-separator { border: 0; diff --git a/wp-includes/version.php b/wp-includes/version.php index 0f20b24aeb..1eb408e027 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57511'; +$wp_version = '6.5-alpha-57512'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.