Changeset 58187 for trunk/src/wp-includes/blocks/loginout.php
- Timestamp:
- 05/23/2024 07:37:08 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/loginout.php
r52042 r58187 8 8 /** 9 9 * Renders the `core/loginout` block on server. 10 * 11 * @since 5.8.0 10 12 * 11 13 * @param array $attributes The block attributes. … … 40 42 /** 41 43 * Registers the `core/loginout` block on server. 44 * 45 * @since 5.8.0 42 46 */ 43 47 function register_block_core_loginout() {
Note: See TracChangeset
for help on using the changeset viewer.