Changes between Initial Version and Version 1 of Ticket #56264, comment 2
- Timestamp:
- 07/22/2022 12:46:48 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #56264, comment 2
initial v1 2 2 3 3 https://github.com/WordPress/wordpress-develop/blob/67023d0c66267420107bb565f887ae6a95b12666/src/wp-includes/class-wp-term-query.php#L856-L862 4 5 {{{#!php 6 <?php 7 $term_objects = array_slice( $term_objects, $offset, $number, true ); 8 }}}