#11278 closed defect (bug) (wontfix)
update_usermeta has still tasks on the open @todo
| Reported by: | hakre | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | 2.9 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
There is an @todo task left in the file user.php inside the update_usermeta function. Was easy to finish, patch attached.
Should be committed so it can be tested in the wild (I tested it already that it's working).
Attachments (1)
Change History (10)
#3
@
17 years ago
- Milestone 2.9 → 3.0
That might need to be stripslashes_deep(). Postponing to 3.0 so we can make some testcases.
#4
@
17 years ago
No need to test because @todo already marked that there was something to fix/remove not to test.
Feel free to write testcases, I might add some as well. Just point to them here.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
@hakre: Can you give some details about the testing you conducted?