Changeset 49936 for trunk/src/wp-includes/post.php
- Timestamp:
- 01/05/2021 05:14:24 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r49929 r49936 5844 5844 * 5845 5845 * @param string|array $args Arguments for inserting an attachment. 5846 * @param string 5846 * @param string|false $file Optional. Filename. 5847 5847 * @param int $parent Optional. Parent post ID. 5848 5848 * @param bool $wp_error Optional. Whether to return a WP_Error on failure. Default false. … … 7416 7416 * 7417 7417 * @param string $post_name Slug. 7418 * @param string$post_ID Optional. Post ID that should be ignored. Default 0.7418 * @param int $post_ID Optional. Post ID that should be ignored. Default 0. 7419 7419 */ 7420 7420 function wp_add_trashed_suffix_to_post_name_for_trashed_posts( $post_name, $post_ID = 0 ) {
Note: See TracChangeset
for help on using the changeset viewer.