Changes from trunk/src/wp-includes/post.php at r29468 to branches/4.0/src/wp-includes/post.php at r30258
- File:
-
- 1 edited
-
branches/4.0/src/wp-includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.0/src/wp-includes/post.php
r29468 r30258 4720 4720 $defaults = array( 4721 4721 'file' => $file, 4722 'post_parent' => $parent4722 'post_parent' => 0 4723 4723 ); 4724 4724 4725 $data = wp_parse_args( $args, $defaults ); 4726 4727 if ( ! empty( $parent ) ) { 4728 $data['post_parent'] = $parent; 4729 } 4725 4730 4726 4731 $data['post_type'] = 'attachment';
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)