Skip to:
Content

bbPress.org

Ticket #2881: 2881-admin.php.patch

File 2881-admin.php.patch, 802 bytes (added by ramiy, 9 years ago)

move <em> tags out of the string

  • src/includes/admin/admin.php

     
    10551055
    10561056                                                        // Site errored out, no response?
    10571057                                                        if ( is_wp_error( $response ) ) {
    1058                                                                 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() ) );
     1058                                                                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>' ) );
    10591059                                                        }
    10601060
    10611061                                                        // Switch to the new blog