Changeset 58187 for trunk/src/wp-includes/blocks/post-terms.php
- Timestamp:
- 05/23/2024 07:37:08 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/post-terms.php
r57578 r58187 8 8 /** 9 9 * Renders the `core/post-terms` block on the server. 10 * 11 * @since 5.8.0 10 12 * 11 13 * @param array $attributes Block attributes. … … 62 64 * Returns the available variations for the `core/post-terms` block. 63 65 * 66 * @since 6.5.0 67 * 64 68 * @return array The available variations for the block. 65 69 */ … … 111 115 /** 112 116 * Registers the `core/post-terms` block on the server. 117 * 118 * @since 5.8.0 113 119 */ 114 120 function register_block_core_post_terms() {
Note: See TracChangeset
for help on using the changeset viewer.