id summary reporter owner description type status priority milestone component version severity resolution keywords cc focuses 35994 Avoid using HTML tags in translation strings (wp-includes/ms-default-constants.php) ramiy SergeyBiryukov "One more translation string with `` HTML tags. Old String: * `The constant VHOST is deprecated. Use the boolean constant SUBDOMAIN_INSTALL in wp-config.php to enable a subdomain configuration. Use is_subdomain_install() to check whether a subdomain configuration is enabled.` New String: * `The constant %1$s is deprecated. Use the boolean constant %2$s in %3$s to enable a subdomain configuration. Use %4$s to check whether a subdomain configuration is enabled.` Changes: * %1$s = `VHOST` * %2$s = `SUBDOMAIN_INSTALL` * %3$s = `wp-config.php` * %4$s = `is_subdomain_install()` I added code tags to the last the placeholders. And also I added translators comments. See the attached patch." defect (bug) closed normal 4.5 I18N normal fixed has-patch administration