Editor: fix comment indentation.
Fixes multiline comment indentation in `wp-includes/block-supports/settings.php`. Also fixes typo in the comment. Props mukesh27. See #58586. Built from https://develop.svn.wordpress.org/trunk@56146 git-svn-id: http://core.svn.wordpress.org/trunk@55658 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b6bada11c9
commit
6ec98b81d7
|
@ -97,7 +97,7 @@ function _wp_add_block_level_preset_styles( $pre_render, $block ) {
|
||||||
$blocks = $registry->get_all_registered();
|
$blocks = $registry->get_all_registered();
|
||||||
foreach ( $blocks as $block_type ) {
|
foreach ( $blocks as $block_type ) {
|
||||||
/*
|
/*
|
||||||
* We only want to append selectors for block's using custom selectors
|
* We only want to append selectors for blocks using custom selectors
|
||||||
* i.e. not `wp-block-<name>`.
|
* i.e. not `wp-block-<name>`.
|
||||||
*/
|
*/
|
||||||
$has_custom_selector =
|
$has_custom_selector =
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.3-beta3-56145';
|
$wp_version = '6.3-beta3-56146';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue