#37147 closed defect (bug) (fixed)
Avoid HTML in translation string (/wp-admin/maint/repair.php)
Reported by: | anilbasnet | Owned by: | swissspidy |
---|---|---|---|
Milestone: | 4.6 | Priority: | normal |
Severity: | normal | Version: | |
Component: | I18N | Keywords: | has-patch |
Focuses: | administration | Cc: |
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.
Patch added.