WordPress problem: Url encoding on Tag’s slug.

When you define or assign tags in WordPress, here is what WordPress does: 1. Every tag must have a name. 2. Every tag must have a slug, the url of the tag. 3. By default, WordPress will automatically generate the tag slug based on the name of the tag you entered. 4. However, if either [...]