Opened 11 years ago
Closed 11 years ago
#24838 closed defect (bug) (fixed)
Dashboard Blog text remains in help text but setting has been removed, get_dashboard_blog function seems to be deprecated but is not marked as such
Reported by: | nickciske | Owned by: | ryan |
---|---|---|---|
Milestone: | 3.7 | Priority: | normal |
Severity: | minor | Version: | 3.1 |
Component: | Multisite | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
- Go to Network Settings on a multisite install.
- Open the Help pane.
- You'll see:
Dashboard Site is an option to give a site to users who do not have a site on the system. Their default role is Subscriber, but that default can be changed.
However, there is no longer a Dashboard Site field in the settings.
Additionally, it seems that get_dashboard_blog (which is the only code that appears to use this option) is not yet deprecated, despite being effectively removed 3 years ago in the 3.0 transition from MU to MS.
Related: #14696
Attachments (4)
Change History (14)
#1
@
11 years ago
- Component changed from General to Help/About
- Keywords needs-patch added
- Version set to 3.1
#5
@
11 years ago
get_dashboard_blog()
should probably be moved to ms-deprecated.php
rather than deprecated.php
.
#7
@
11 years ago
- Keywords commit added; 2nd-opinion removed
The mentioned "notice feed" is gone too, see #14587.
#8
@
11 years ago
- Uses @deprecated 3.1.0
- Removes alternative function
- Combines 24838-deprecate.diff and 24838-help.diff
#9
@
11 years ago
I like 24838.patch. More clear what is going on, I think. Perhaps just add a comment along the lines of: "Dashboard blog functionality was removed in WordPress 3.1, replaced by the user admin."
Remove help text for obsolete network settings