Changeset 58187 for trunk/src/wp-includes/blocks/categories.php
- Timestamp:
- 05/23/2024 07:37:08 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/categories.php
r57377 r58187 8 8 /** 9 9 * Renders the `core/categories` block on server. 10 * 11 * @since 5.0.0 10 12 * 11 13 * @param array $attributes The block attributes. … … 64 66 * Generates the inline script for a categories dropdown field. 65 67 * 68 * @since 5.0.0 69 * 66 70 * @param string $dropdown_id ID of the dropdown field. 67 71 * … … 88 92 /** 89 93 * Registers the `core/categories` block on server. 94 * 95 * @since 5.0.0 90 96 */ 91 97 function register_block_core_categories() {
Note: See TracChangeset
for help on using the changeset viewer.