Changeset 57053 for trunk/src/wp-includes/media.php
- Timestamp:
- 11/02/2023 12:02:36 AM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r57042 r57053 2609 2609 } elseif ( ! empty( $atts['exclude'] ) ) { 2610 2610 $post_parent_id = $id; 2611 $attachments = get_children(2611 $attachments = get_children( 2612 2612 array( 2613 2613 'post_parent' => $id, … … 2622 2622 } else { 2623 2623 $post_parent_id = $id; 2624 $attachments = get_children(2624 $attachments = get_children( 2625 2625 array( 2626 2626 'post_parent' => $id,
Note: See TracChangeset
for help on using the changeset viewer.