Make WordPress Core


Ignore:
Timestamp:
07/06/2023 04:39:03 AM (23 months ago)
Author:
isabel_brison
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/block-supports/settings.php

    r56058 r56146  
    9898    foreach ( $blocks as $block_type ) {
    9999        /*
    100         * We only want to append selectors for block's using custom selectors
    101         * i.e. not `wp-block-<name>`.
    102         */
     100         * We only want to append selectors for blocks using custom selectors
     101         * i.e. not `wp-block-<name>`.
     102         */
    103103        $has_custom_selector =
    104104            ( isset( $block_type->supports['__experimentalSelector'] ) && is_string( $block_type->supports['__experimentalSelector'] ) ) ||
Note: See TracChangeset for help on using the changeset viewer.