- Timestamp:
- 05/23/2024 07:37:08 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/query-pagination-numbers.php
r57619 r58187 8 8 /** 9 9 * Renders the `core/query-pagination-numbers` 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. … … 116 120 /** 117 121 * Registers the `core/query-pagination-numbers` block on the server. 122 * 123 * @since 5.8.0 118 124 */ 119 125 function register_block_core_query_pagination_numbers() {
Note: See TracChangeset
for help on using the changeset viewer.