Ticket #14111: ticket.14111.diff
File ticket.14111.diff, 387 bytes (added by , 13 years ago) |
---|
-
wp-includes/post.php
2815 2815 $slug = $alt_post_name; 2816 2816 } 2817 2817 } 2818 2819 return $slug;2818 2819 return apply_filters( "wp_unique_post_slug_{$post_type}", $slug, $post_ID, $post_status, $post_type, $post_parent ); 2820 2820 } 2821 2821 2822 2822 /**