Wrong querying for user's tokens
-
There is one big bug in
Keyring_SingleStorethat prevents any user specific querying for tokens.To limit results for user, it sets
author_idwhich is not supported byWP_Query. User ID should be set toauthor.Only two lines should be changed in
insert()andget_tokens()methods.I have a few other improvements, should I add them as patches to Trac?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Wrong querying for user's tokens’ is closed to new replies.