Changeset 55617
- Timestamp:
- 04/02/2023 12:59:32 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r55569 r55617 6136 6136 * 6137 6137 * @param string|array $args Arguments for inserting an attachment. 6138 * @param string|false $file Optional. Filename. 6139 * @param int $parent_post_id Optional. Parent post ID. 6138 * @param string|false $file Optional. Filename. Default false. 6139 * @param int $parent_post_id Optional. Parent post ID. Default 0. 6140 6140 * @param bool $wp_error Optional. Whether to return a WP_Error on failure. Default false. 6141 6141 * @param bool $fire_after_hooks Optional. Whether to fire the after insert hooks. Default true.
Note: See TracChangeset
for help on using the changeset viewer.