#37147 closed defect (bug) (fixed)
Avoid HTML in translation string (/wp-admin/maint/repair.php)
| Reported by: | anilbasnet | Owned by: | swissspidy |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.6 |
| Component: | I18N | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: | administration |
Description
In /wp-admin/maint/repair.php:
Current:
echo '<p>' . __( 'To allow use of this page to automatically repair database problems, please add the following line to your <code>wp-config.php</code> file. Once this line is added to your config, reload this page.' ) . "</p><p><code>define('WP_ALLOW_REPAIR', true);</code></p>";
This <code>wp-config.php</code> could be moved out of the string.
Attachments (1)
Change History (5)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Patch added.