Network Admin: After [41923], move the second <p> tag to a new line for better readability.
See #41652. Built from https://develop.svn.wordpress.org/trunk@41924 git-svn-id: http://core.svn.wordpress.org/trunk@41758 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -118,7 +118,8 @@ function network_step1( $errors = false ) {
|
||||
/* translators: %s: Plugins screen URL */
|
||||
__( 'Please <a href="%s">deactivate your plugins</a> before enabling the Network feature.' ),
|
||||
admin_url( 'plugins.php?plugin_status=active' )
|
||||
) . '</p></div><p>' . __( 'Once the network is created, you may reactivate your plugins.' ) . '</p>';
|
||||
) . '</p></div>';
|
||||
echo '<p>' . __( 'Once the network is created, you may reactivate your plugins.' ) . '</p>';
|
||||
echo '</div>';
|
||||
include( ABSPATH . 'wp-admin/admin-footer.php' );
|
||||
die();
|
||||
|
||||
Reference in New Issue
Block a user