Skip to:
Content

bbPress.org


Ignore:
Timestamp:
05/31/2016 05:50:50 AM (9 years ago)
Author:
netweb
Message:

i18n: Avoid using HTML tags in translation strings

Props ramiy, thebrandonallen
Fixes #2881

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/admin/admin.php

    r5952 r6042  
    10611061                            // Site errored out, no response?
    10621062                            if ( is_wp_error( $response ) ) {
    1063                                 wp_die( sprintf( __( 'Warning! Problem updating %1$s. Your server may not be able to connect to sites running on it. Error message: <em>%2$s</em>', 'bbpress' ), $siteurl, $response->get_error_message() ) );
     1063                                wp_die( sprintf( __( 'Warning! Problem updating %1$s. Your server may not be able to connect to sites running on it. Error message: %2$s', 'bbpress' ), $siteurl, '<em>' . $response->get_error_message() . '</em>' ) );
    10641064                            }
    10651065
Note: See TracChangeset for help on using the changeset viewer.