Opened 8 years ago
Last modified 5 years ago
#41114 new enhancement
Installation: "Search Engine Visibility" not keeping checked on error
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 4.8 |
Component: | Administration | Keywords: | has-patch |
Focuses: | Cc: |
Description
Given your installing WordPress
and you reach the screen about site title, admin login and "Search Engine Visibility".
When you enable the checkbox for/near "Search Engine Visibility"
And fill nothing out for mail address
And press continue
Then an error message appears
And most fields are still filled out as before
---
Problem:
The "Search Engine Visibility" is no longer checked.
IMHO this should also stay as intended to.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
At first I thought that it might be the intended behaviour to always get the user to check but checking at source code
We can see the
checked
function is being used. If the intent is to always make the user perform the check thenchecked()
shouldn't be there.Anyway, my attached patch, 41114.diff, should fix this.