Opened 11 years ago
Closed 11 years ago
#33354 closed defect (bug) (fixed)
Site URL setting description
| Reported by: | GaryJ | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.4 |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: | ui, administration |
Description
When the General Settings Site Address is set via a defined constant (likely in wp-config.php), then the field correctly gets disabled.
However, the field description ("Enter the address here if you want your site home page to be different from your WordPress installation directory.") becomes a little less correct, as it instructs a user to enter a value into the field, even though that field is disabled.
Attachments (2)
Change History (8)
#1
@
11 years ago
- Keywords needs-patch added
If the constant is found to be defined, display a different description here to reflect that fact? It might then also give a clue to non-developer users that their site is setup with a constant, and that's why these fields are disabled.
@
11 years ago
General Settings Site Address is set via a defined constant then the field description shouldn't display
#4
@
11 years ago
@SergeyBiryukov
Added patch to remove 'siteurl' option from options-general.php if siteurl set via a defined constant (likely in wp-config.php)
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Site URL setting, disabled, with incorrect description