#6138 closed defect (bug) (invalid)
wp-settings.php: sting double-quote
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| 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)
Note: See
TracTickets for help on using
tickets.
Oops, sorry -- of course, the literal $table_prefix is meant there, so this bug is invalid.