Ticket #22338: 22338.2.patch
File 22338.2.patch, 406 bytes (added by , 12 years ago) |
---|
-
wp-admin/includes/post.php
1044 1044 $post->post_name = $original_name; 1045 1045 unset($post->filter); 1046 1046 1047 return $permalink;1047 return apply_filters( 'get_sample_permalink', $permalink, $title, $name, $id, $post ); 1048 1048 } 1049 1049 1050 1050 /**