Ticket #12947: post-slug-reset.diff
| File post-slug-reset.diff, 478 bytes (added by , 15 years ago) |
|---|
-
(a) Base vs. (b) Locally
# This patch file was generated by NetBeans IDE # It uses platform neutral UTF-8 encoding and \n newlines.
a b 2462 2462 extract($postdata, EXTR_SKIP); 2463 2463 2464 2464 // Let WordPress manage slug if none was provided. 2465 $post_name = "";2466 No newline at end of file 2465 $post_name = $postdata['post_name']; 2466 No newline at end of file 2467 2467 if ( isset($content_struct["wp_slug"]) ) 2468 2468 $post_name = $content_struct["wp_slug"];