From 6b0f3a88d5ed04214e2b5de2c6ec1b8a550891cd Mon Sep 17 00:00:00 2001 From: ryan Date: Wed, 20 Jan 2010 22:08:50 +0000 Subject: [PATCH] Start adding gettext to options-network. see #11644 git-svn-id: http://svn.automattic.com/wordpress/trunk@12779 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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.