#2130 closed defect (bug) (fixed)
Username not accepted when submitting a video
Reported by: | casiepa | Owned by: | dd32 |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | WordPress.tv | Keywords: | |
Cc: |
Description
On the http://wordpress.tv/submit-video page, when adding a wordpress.org username like 'casiepa' or 'nao' results in an error:
Error: please enter a valid WordPress.org username for the producer, or leave the field empty.
Thanks, Pascal.
Change History (3)
Note: See
TracTickets for help on using
tickets.
Thanks for reporting @casiepa!
I've fixed this in the WordPress.tv codebase, which unfortunately is not open-sourced.
This was broken when WordPress.tv switched to running WordPress 4.6 as the result from
wp_remote_retrieve_headers()
changed from an array to an object and subsequentlyarray_key_exists()
failed (cc @rmccue - no, nothing needs changing!)