Make WordPress Core

Ticket #31841: 31841.patch

File 31841.patch, 722 bytes (added by ramiy, 10 years ago)
  • network.php

     
    542542        <?php endif; // end IIS/Apache code branches.
    543543
    544544        if ( !is_multisite() ) { ?>
    545                 <p><?php printf( __( 'Once you complete these steps, your network is enabled and configured. You will have to log in again.') ); ?> <a href="<?php echo esc_url( site_url( 'wp-login.php' ) ); ?>"><?php _e( 'Log In' ); ?></a></p>
     545                <p><?php __( 'Once you complete these steps, your network is enabled and configured. You will have to log in again.'); ?> <a href="<?php echo esc_url( site_url( 'wp-login.php' ) ); ?>"><?php _e( 'Log In' ); ?></a></p>
    546546<?php
    547547        }
    548548}