Remove unused `printf()` on network setup screen.
props ramiy. fixes #31841. git-svn-id: https://develop.svn.wordpress.org/trunk@31961 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
45dfe8815f
commit
02253bbcb6
|
@ -542,7 +542,7 @@ EOF;
|
|||
<?php endif; // end IIS/Apache code branches.
|
||||
|
||||
if ( !is_multisite() ) { ?>
|
||||
<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>
|
||||
<p><?php _e( '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>
|
||||
<?php
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue