WordPress.org

Make WordPress Core

Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#6138 closed defect (bug) (invalid)

wp-settings.php: sting double-quote

Reported by: mastermind Owned by: anonymous
Priority: normal Milestone:
Component: General Version:
Severity: trivial Keywords:
Cc:

Description

r7188, wp-settings.php:212

'<strong>ERROR</strong>: <code>$table_prefix</code> in <code>wp-config.php</code> can only contain numbers, letters, and underscores.'

this string should be double-quoted, in order to have the $table_prefix variable interpreted.

Change History (2)

comment:1 mastermind5 years ago

  • Resolution set to invalid
  • Status changed from new to closed

Oops, sorry -- of course, the literal $table_prefix is meant there, so this bug is invalid.

comment:2 lloydbudd5 years ago

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