Changeset 6219 for trunk/src/includes/common/functions.php
- Timestamp:
- 01/12/2017 08:46:10 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/common/functions.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/common/functions.php
r6196 r6219 1582 1582 'update_post_meta_cache' => false, 1583 1583 'ignore_sticky_posts' => true, 1584 'no_found_rows' => true 1584 1585 ) ); 1585 1586 $child_id = array_shift( $query->posts ); … … 1632 1633 'update_post_meta_cache' => false, 1633 1634 'ignore_sticky_posts' => true, 1635 'no_found_rows' => true 1634 1636 ) ); 1635 1637 $child_count = $query->post_count; … … 1682 1684 'update_post_meta_cache' => false, 1683 1685 'ignore_sticky_posts' => true, 1686 'no_found_rows' => true 1684 1687 ) ); 1685 1688 $child_ids = ! empty( $query->posts ) ? $query->posts : array();
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)