When WordPress uploads a file, it strips the tilde (~) from the actual filename. I need to stop this from happening. Tilde's are valid URL characters, so I'm not sure why this is necessary.
What code is responsible for this?
When WordPress uploads a file, it strips the tilde (~) from the actual filename. I need to stop this from happening. Tilde's are valid URL characters, so I'm not sure why this is necessary.
What code is responsible for this?
This topic has been closed to new replies.