diff --git a/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css b/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css index 69bd59492a..4b785b6b48 100644 --- a/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css +++ b/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css @@ -391,7 +391,7 @@ html[lang="th"] .edit-post-visual-editor * { padding: 0; } -.edit-post-visual-editor ul:not(.wp-block-gallery), +.edit-post-visual-editor ul:not(.wp-block-gallery, .wp-block-post-template), .editor-block-list__block ul:not(.wp-block-gallery), .block-library-list ul { list-style: disc; diff --git a/wp-includes/version.php b/wp-includes/version.php index c935a10807..02481bcda3 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-alpha-55912'; +$wp_version = '6.3-alpha-55913'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.