Changeset 58187 for trunk/src/wp-includes/blocks/query-title.php
- Timestamp:
- 05/23/2024 07:37:08 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/query-title.php
r56065 r58187 10 10 * For now it only supports Archive title, 11 11 * using queried object information 12 * 13 * @since 5.8.0 12 14 * 13 15 * @param array $attributes Block attributes. … … 61 63 /** 62 64 * Registers the `core/query-title` block on the server. 65 * 66 * @since 5.8.0 63 67 */ 64 68 function register_block_core_query_title() {
Note: See TracChangeset
for help on using the changeset viewer.