Opened 13 years ago
Closed 13 years ago
#20510 closed defect (bug) (fixed)
Confusing unopened </strong> tag in _e() in setup_config.php
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.4 | Priority: | normal |
Severity: | minor | Version: | 3.4 |
Component: | I18N | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
Here it looks confusing because translators would see this:
If for any reason this automatic file creation doesn't work, don't worry. All this does is fill in the database information to a configuration file. You may also simply open <code>wp-config-sample.php</code> in a text editor, fill in your information, and save it as <code>wp-config.php</code>. </strong></p>\n <p>In all likelihood, these items were supplied to you by your Web Host. If you do not have this information, then you will need to contact them before you can continue. If you’re all ready…
Clearly the </strong> seems unopened to them.
I would be nice if we could split up this long string, and leave <strong /> tags outside of _e().
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
And by "setup_config.php" I mean "wp-admin/setup-config.php".