Changeset 58187 for trunk/src/wp-includes/blocks/shortcode.php
- Timestamp:
- 05/23/2024 07:37:08 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/shortcode.php
r48177 r58187 8 8 /** 9 9 * Performs wpautop() on the shortcode block content. 10 * 11 * @since 5.0.0 10 12 * 11 13 * @param array $attributes The block attributes. … … 20 22 /** 21 23 * Registers the `core/shortcode` block on server. 24 * 25 * @since 5.0.0 22 26 */ 23 27 function register_block_core_shortcode() {
Note: See TracChangeset
for help on using the changeset viewer.