#1673 closed defect (bug) (fixed)
wp_redirect() should redirect to home if empty
| Reported by: | Viper007Bond | Owned by: | markjaquith |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | General | Version: | 1.6 |
| Severity: | minor | Keywords: | bg|has-patch bg|commit bg|squashed |
| Cc: | Focuses: |
Description
The function wp_redirect() should redirect people to the blog's base page if no URL is set. For example, if a user doesn't have HTTP referrers enabled and they post a comment, they get stuck at wp-comments-post.php.
See this thread for details: http://wordpress.org/support/topic/42727
Attachments (1)
Change History (5)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
New patch fixes by creating permalink from post id, instead of using the referrer.