#50360 closed defect (bug) (invalid)
Blog name is stored wrong, if a single quote is inside of it.
Reported by: | peterkueger | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 5.4.1 |
Component: | Options, Meta APIs | Keywords: | close |
Focuses: | administration | Cc: |
Description
If I enter a blog name inside the general settings of WP with a single quote, it will be stored wrongly inside the database.
Example blog name: "Andreas' Blog"
Database table name "wp-options", option name "blogname": "Andreas' Blog"
This bug was available in 4.9x too.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Looks legit to me, because ' is the HTML encoded ' character. Feel free to reopen if you still consider this as a bug.