You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 15, 2025. It is now read-only.
The easiest way to reproduce the bug is by adding items from the free photo library as they include as the caption value its photo credit in the upload parameters.
Expected behavior
Parameters argument of
multipartPOSTfunction should be included in the POST request.Actual behavior
Parameters are not included.
Steps to reproduce the behavior
multipartPOSTfunction is only used in the following places:MediaServiceRemoteREST.uploadProgress(one item version, multiple items version)PostServiceRemoteREST.createPost with media(looks like this function is not currently being used)The easiest way to reproduce the bug is by adding items from the free photo library as they include as the caption value its photo credit in the upload parameters.
+button.Free Photo Library.Addbutton.WordPressKit Environment
Additional Context
No.