From 5f298002bb2f7d652e19e0130384514f8fc64095 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Wed, 20 Jan 2010 22:08:50 +0000 Subject: [PATCH] Start adding gettext to options-network. see #11644 git-svn-id: https://develop.svn.wordpress.org/trunk@12779 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/options-network.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/wp-admin/options-network.php b/wp-admin/options-network.php index e5ed9bb75e..e7bdf45103 100644 --- a/wp-admin/options-network.php +++ b/wp-admin/options-network.php @@ -34,8 +34,8 @@ $dirs = array( substr( ABSPATH, 0, -1), ABSPATH . "wp-content" );
Server Summary"; - print "

If you post a message to the WordPress support forum at http://wordpress.org/support/ then copy and paste the following information into your message:

"; + print '

' . esc_html__('Server Summary') . '

'; + print '

' . __("If you post a message to the WordPress support forum at http://wordpress.org/support/ then copy and paste the following information into your message:") . '

'; print "
"; print "
ERROR: $err
"; @@ -100,10 +100,10 @@ function step2_htaccess() { function step1() { $rewrite_enabled = false; ?> -

Installing Network of WordPress Sites

-

I will help you enable the features for creating a network of sites by asking you a few questions so that you can create configuration files and make a directory to store all your uploaded files.

+

+

-

What do I need?

+

  • Access to your server to change directory permissions. This can be done through ssh or ftp for example.
  • A valid email where your password and administrative emails will be sent.