Opened 16 years ago
Closed 16 years ago
#15753 closed defect (bug) (fixed)
Incorrect warning on Network blog setup page.
| Reported by: | kapeels | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | General | Version: | |
| Severity: | trivial | Keywords: | has-patch needs-testing |
| Cc: | Focuses: |
Description
After clicking on the "Install", this warning is shown -
Caution: We recommend you back up your existing wp-config.php and .htaccess files.
even if .htaccess doesn't exist.
Patch attached.
Attachments (4)
Change History (12)
#2
@
16 years ago
- Cc added
- Keywords needs-testing added
The above works well in Apache. Needs testing on IIS.
#3
@
16 years ago
I doubt that xgettext will build the correct strings from PHP variables. Revised the patch. Removed unnecessary spaces, etc.
#5
@
16 years ago
- Milestone 3.1 → Awaiting Review
We can turn this into two strings instead of three, by using printf to alternatively include .htaccess or web.config.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
This isn't translatable. But it brings up a good point, you might not have an .htaccess file. But, you might have web.config for IIS.