Ticket #36728: 36728.diff
File 36728.diff, 422 bytes (added by , 7 years ago) |
---|
-
wp-includes/post.php
diff --git a/wp-includes/post.php b/wp-includes/post.php index 9e2efe8..0d0c63c 100644
a b function wp_add_trashed_suffix_to_post_name_for_trashed_posts( $post_name, $post 6123 6123 * @access private 6124 6124 * 6125 6125 * @param WP_Post $post The post. 6126 * @return string The new slug. 6126 6127 */ 6127 6128 function wp_add_trashed_suffix_to_post_name_for_post( $post ) { 6128 6129 global $wpdb;