Changeset 47233 for trunk/src/wp-includes/link-template.php
- Timestamp:
- 02/10/2020 04:10:09 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r47219 r47233 1449 1449 * @param int|WP_Post $id Optional. Post ID or post object. Default is the global `$post`. 1450 1450 * @param string $deprecated Not used. 1451 * @param bool $force_delete Optional. Whether to bypass trash and force deletion. Default false.1451 * @param bool $force_delete Optional. Whether to bypass Trash and force deletion. Default false. 1452 1452 * @return string|void The delete post link URL for the given post. 1453 1453 */ … … 1482 1482 * @param string $link The delete link. 1483 1483 * @param int $post_id Post ID. 1484 * @param bool $force_delete Whether to bypass the trash and force deletion. Default false.1484 * @param bool $force_delete Whether to bypass the Trash and force deletion. Default false. 1485 1485 */ 1486 1486 return apply_filters( 'get_delete_post_link', wp_nonce_url( $delete_link, "$action-post_{$post->ID}" ), $post->ID, $force_delete );
Note: See TracChangeset
for help on using the changeset viewer.