Changeset 58187 for trunk/src/wp-includes/blocks/latest-comments.php
- Timestamp:
- 05/23/2024 07:37:08 PM (21 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/blocks/latest-comments.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/latest-comments.php
r53157 r58187 36 36 /** 37 37 * Renders the `core/latest-comments` block on server. 38 * 39 * @since 5.1.0 38 40 * 39 41 * @param array $attributes The block attributes. … … 146 148 /** 147 149 * Registers the `core/latest-comments` block. 150 * 151 * @since 5.3.0 148 152 */ 149 153 function register_block_core_latest_comments() {
Note: See TracChangeset
for help on using the changeset viewer.