#8879 closed feature request (invalid)
editing post title doesn't update post_name
| Reported by: | sniemetz | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | General | Version: | |
| Severity: | minor | Keywords: | |
| Cc: | Focuses: |
Description
wp-includes/post.php
line 1370
$post_name = sanitize_title($post_name);
needs to be
$post_name = sanitize_title($post_title);
Change History (4)
#2
@
18 years ago
seems like this one is invalid -- last I checked the slug is not set until the user sets it or the post is published and it becomes sticky once that occurs.
#3
@
18 years ago
- Priority normal → low
- Resolution → invalid
- Severity normal → minor
- Status new → closed
- Type defect (bug) → feature request
sorry.
I am retarded.
so: it IS tru that on a page where I have not edited the permalink, the permalink doesnt change when you edit the title.
prob for good reason. resolving as invalid.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Why does it matter? That isn't used for anything anymore AFIAK.
Or if you're talking about the slug for the permalink, that is intentional, otherwise you could never have a slug that differs from the title.