Changeset 58187 for trunk/src/wp-includes/blocks/query-pagination-next.php
- Timestamp:
- 05/23/2024 07:37:08 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/query-pagination-next.php
r57377 r58187 8 8 /** 9 9 * Renders the `core/query-pagination-next` block on the server. 10 * 11 * @since 5.8.0 12 * 13 * @global WP_Query $wp_query WordPress Query object. 10 14 * 11 15 * @param array $attributes Block attributes. … … 85 89 /** 86 90 * Registers the `core/query-pagination-next` block on the server. 91 * 92 * @since 5.8.0 87 93 */ 88 94 function register_block_core_query_pagination_next() {
Note: See TracChangeset
for help on using the changeset viewer.