Repro steps:
- Add a new post with an & in the title: "Gin & Juice"
- Visit post and click on the Twitter share button
- You'll land at the Twitter sharing page with the text set to "Gin & Juice"
WordPress encodes the & when saving, so Sharing should probably decode the value before constructing the share URL.
Repro steps:
WordPress encodes the & when saving, so Sharing should probably decode the value before constructing the share URL.