From 1866ae2cb36f6159bef437dc505fbf132516fff7 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Wed, 17 Jan 2024 08:53:15 +0000 Subject: [PATCH] Bundled Themes: Typo corrections in various themes docblocks. Props shailu25. Fixes #60268. See #59651. Built from https://develop.svn.wordpress.org/trunk@57300 git-svn-id: http://core.svn.wordpress.org/trunk@56806 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyfifteen/css/editor-blocks.css | 2 +- wp-content/themes/twentynineteen/inc/color-patterns.php | 4 ++-- wp-content/themes/twentysixteen/css/blocks.css | 2 +- wp-includes/version.php | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/wp-content/themes/twentyfifteen/css/editor-blocks.css b/wp-content/themes/twentyfifteen/css/editor-blocks.css index 71afab38b7..1041ff5f14 100644 --- a/wp-content/themes/twentyfifteen/css/editor-blocks.css +++ b/wp-content/themes/twentyfifteen/css/editor-blocks.css @@ -803,7 +803,7 @@ p.has-drop-cap:not(:focus)::first-letter { } } -/* Seperator */ +/* Separator */ .wp-block-separator { max-width: 100px; diff --git a/wp-content/themes/twentynineteen/inc/color-patterns.php b/wp-content/themes/twentynineteen/inc/color-patterns.php index 2295436897..abe3419fa9 100644 --- a/wp-content/themes/twentynineteen/inc/color-patterns.php +++ b/wp-content/themes/twentynineteen/inc/color-patterns.php @@ -72,8 +72,8 @@ function twentynineteen_custom_colors_css() { * Set background for: * - featured image :before * - featured image :before - * - post thumbmail :before - * - post thumbmail :before + * - post thumbnail :before + * - post thumbnail :before * - Submenu * - Sticky Post * - buttons diff --git a/wp-content/themes/twentysixteen/css/blocks.css b/wp-content/themes/twentysixteen/css/blocks.css index de6f19fd53..3b6257acf0 100644 --- a/wp-content/themes/twentysixteen/css/blocks.css +++ b/wp-content/themes/twentysixteen/css/blocks.css @@ -292,7 +292,7 @@ p.has-drop-cap:not(:focus)::first-letter { outline-offset: -4px; } -/* Seperator */ +/* Separator */ hr.wp-block-separator { border: 0; diff --git a/wp-includes/version.php b/wp-includes/version.php index b6b2e8837e..01b665ed56 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57299'; +$wp_version = '6.5-alpha-57300'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.