Changes between Initial Version and Version 1 of Ticket #11254, comment 15
- Timestamp:
- 03/29/2011 01:43:10 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11254, comment 15
initial v1 1 1 Wouldn't adding {{{ wp_cache_delete($id,'user_meta');}}} in {{{ clean_user_cache }}} take care of this and also clean up the code for {{{ *_usermeta }}} a bit? 2 3 EDIT - have submitted a patch which works for my use case, though I'm not sure it makes sense to update {{{ $GLOBALS['current_user']}}} in {{{clean_user_cache}}}.