Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/wp-includes/block-supports/custom-css.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ function wp_register_custom_css_support( $block_type ) {
}

/**
* Strips `style.css` attributes from all blocks in post content.
* Strips custom CSS (`style.css` in attributes) from all blocks in post content.
*
* Uses {@see WP_Block_Parser::next_token()} to scan block tokens and surgically
* replace only the attribute JSON that changed — no parse_blocks() +
Expand Down
Loading