#2415 closed defect (bug) (fixed)
User blogs site 'Name' meta is not updated when changed
Reported by: | hnla | Owned by: | |
---|---|---|---|
Milestone: | 1.2.5 | Priority: | normal |
Severity: | Version: | ||
Component: | Core | Keywords: | blogmeta, name, meta_key, meta_value |
Cc: | hashmore@… |
Description
On user blogs created under WPMU if the blog site name in settings > general is updated/changed by the blog owner the change is not reflected in BP tables i.e blogs directory listing (and elsewhere) will still show old name.
User blogs meta data (for BP)is stored in wp_bp_user_blogs_blogmeta
Looking in bp-blogs.php at function bp_blogs_update_blogmeta() seems to suggest that it ought to be updated.
Defect? tested on WPMU 2.9.2 BP 1.2.2 & WPMU 2.9.2 BP 1.2.4.1
For reference ticket #2003 logged 3 months ago references this same issue but failed to fill in details such as milestone.
(In [3031]) Fixes #2003, #2415