Make WordPress Core

Opened 4 years ago

Closed 2 years ago

Last modified 2 years ago

#50360 closed defect (bug) (invalid)

Blog name is stored wrong, if a single quote is inside of it.

Reported by: peterkueger's profile 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)

#1 @Presskopp
2 years ago

  • Keywords close added; needs-patch removed
  • Resolution set to invalid
  • Status changed from new to closed

Looks legit to me, because ' is the HTML encoded ' character. Feel free to reopen if you still consider this as a bug.

#2 @desrosj
2 years ago

  • Milestone Awaiting Review deleted
Note: See TracTickets for help on using tickets.