Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #56264, comment 2


Ignore:
Timestamp:
07/22/2022 12:46:48 PM (3 years ago)
Author:
get_dave
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56264, comment 2

    initial v1  
    22
    33https://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}}}