Changeset 58187 for trunk/src/wp-includes/blocks/post-author.php
- Timestamp:
- 05/23/2024 07:37:08 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/post-author.php
r56065 r58187 8 8 /** 9 9 * Renders the `core/post-author` block on the server. 10 * 11 * @since 5.9.0 10 12 * 11 13 * @param array $attributes Block attributes. … … 62 64 /** 63 65 * Registers the `core/post-author` block on the server. 66 * 67 * @since 5.9.0 64 68 */ 65 69 function register_block_core_post_author() {
Note: See TracChangeset
for help on using the changeset viewer.