Changeset 21504 for trunk/wp-includes/link-template.php
- Timestamp:
- 08/14/2012 06:39:15 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/link-template.php
r21414 r21504 972 972 $delete_link = add_query_arg( 'action', $action, admin_url( sprintf( $post_type_object->_edit_link, $post->ID ) ) ); 973 973 974 return apply_filters( 'get_delete_post_link', wp_nonce_url( $delete_link, "$action- {$post->post_type}_{$post->ID}" ), $post->ID, $force_delete );974 return apply_filters( 'get_delete_post_link', wp_nonce_url( $delete_link, "$action-post_{$post->ID}" ), $post->ID, $force_delete ); 975 975 } 976 976
Note: See TracChangeset
for help on using the changeset viewer.