We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
wp_register_custom_css_support
1 parent a129457 commit 3231f08Copy full SHA for 3231f08
1 file changed
src/wp-includes/block-supports/custom-css.php
@@ -125,7 +125,7 @@ function wp_register_custom_css_support( $block_type ) {
125
}
126
127
/**
128
- * Strips `style.css` attributes from all blocks in post content.
+ * Strips custom CSS (`style.css` in attributes) from all blocks in post content.
129
*
130
* Uses {@see WP_Block_Parser::next_token()} to scan block tokens and surgically
131
* replace only the attribute JSON that changed — no parse_blocks() +
0 commit comments