Changeset 7896 for trunk/wp-admin/includes/post.php
- Timestamp:
- 05/05/2008 05:08:13 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/post.php
r7891 r7896 628 628 } 629 629 630 $permalink = array($permalink, $post->post_name);630 $permalink = array($permalink, apply_filters('editable_slug', $post->post_name)); 631 631 $post->post_status = $original_status; 632 632 $post->post_date = $original_date;
Note: See TracChangeset
for help on using the changeset viewer.