Opened 9 years ago
Closed 9 years ago
#33354 closed defect (bug) (fixed)
Site URL setting description
Reported by: | GaryJ | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 4.4 | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | has-patch |
Focuses: | ui, administration | Cc: |
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
@
9 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.
@
9 years ago
General Settings Site Address is set via a defined constant then the field description shouldn't display
#4
@
9 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)
Site URL setting, disabled, with incorrect description