<pstyle="text-align: center">Semantic Personal Publishing Platform</p>
...
...
@@ -31,17 +31,17 @@
<li>The installer should then send you to the <ahref="wp-login.php">login page</a>. Sign in with the username and password you chose during the installation. If a password was generated for you, you can then click on 'Profile' to change the password.</li>
</ol>
<h1>Upgrading</h1>
<h2>Using the Automatic Upgrader</h2>
<p>If you are upgrading from version 2.7 or higher, you can use the automatic upgrader:</p>
<h1>Updating</h1>
<h2>Using the Automatic Updater</h2>
<p>If you are updating from version 2.7 or higher, you can use the automatic updater:</p>
<ol>
<li>Open the <spanclass="file"><ahref="wp-admin/update-core.php">wp-admin/update-core.php</a></span> in your browser and follow the instructions.</li>
<li>You wanted more, perhaps? That's it!</li>
</ol>
<h2>Upgrading Manually</h2>
<h2>Updating Manually</h2>
<ol>
<li>Before you upgrade anything, make sure you have backup copies of any files you may have modified such as <code>index.php</code>.</li>
<li>Before you update anything, make sure you have backup copies of any files you may have modified such as <code>index.php</code>.</li>
<li>Delete your old WordPress files, saving ones you've modified.</li>
<li>Upload the new files.</li>
<li>Point your browser to <spanclass="file"><ahref="wp-admin/upgrade.php">/wp-admin/upgrade.php</a>.</span></li>
...
...
@@ -101,7 +101,7 @@
<p>WordPress is the official continuation of <ahref="http://cafelog.com/">b2/cafélog</a>, which came from Michel V. The work has been continued by the <ahref="http://wordpress.org/about/">WordPress developers</a>. If you would like to support WordPress, please consider <ahref="http://wordpress.org/donate/"title="Donate to WordPress">donating</a>.</p>
<h1>Copyright</h1>
<h1>License</h1>
<p>WordPress is free software, and is released under the terms of the <abbrtitle="GNU General Public License">GPL</abbr> version 2 or (at your option) any later version. See <ahref="license.txt">license.txt</a>.</p>
span.h3{padding:08px;font-size:1.3em;font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;font-weight:bold;color:#333;}
</style>
<?php
}
...
...
@@ -65,7 +63,7 @@ get_header();
<?php
echo'<p class="lead-in">';
if($signup->domain.$signup->path==''){
printf(__('Your account has been activated. You may now <a href="%1$s">login</a> to the site using your chosen username of “%2$s”. Please check your email inbox at %3$s for your password and login instructions. If you do not receive an email, please check your junk or spam folder. If you still do not receive an email within an hour, you can <a href="%4$s">reset your password</a>.'),network_site_url('wp-login.php','login'),$signup->user_login,$signup->user_email,network_site_url('wp-login.php?action=lostpassword','login'));
printf(__('Your account has been activated. You may now <a href="%1$s">login</a> to the site using your chosen username of “%2$s”. Please check your email inbox at %3$s for your password and login instructions. If you do not receive an email, please check your junk or spam folder. If you still do not receive an email within an hour, you can <a href="%4$s">reset your password</a>.'),network_site_url('wp-login.php','login'),$signup->user_login,$signup->user_email,network_site_url('wp-login.php?action=lostpassword','login'));
}else{
printf(__('Your site at <a href="%1$s">%2$s</a> is active. You may now log in to your site using your chosen username of “%3$s”. Please check your email inbox at %4$s for your password and login instructions. If you do not receive an email, please check your junk or spam folder. If you still do not receive an email within an hour, you can <a href="%5$s">reset your password</a>.'),'http://'.$signup->domain,$signup->domain,$signup->user_login,$signup->user_email,network_site_url('wp-login.php?action=lostpassword'));
<aid="privacy-on-link"href="options-privacy.php"title="<?phpechoesc_attr(apply_filters('privacy_on_link_title',__('Your site is asking search engines not to index its content')));?>"><?phpechoapply_filters('privacy_on_link_text',__('Search Engines Blocked'));?></a>
<?phpendif;?>
</h1>
...
...
@@ -123,7 +149,13 @@ if ( function_exists('mb_strlen') ) {
<p><?php
$links=array();
$links[5]=sprintf(__('Howdy, <a href="%1$s" title="Edit your profile">%2$s</a>'),'profile.php',$user_identity);
add_contextual_help($current_screen,'<p>'.__('You can edit the information left in a comment if needed. This is often useful when you notice that a commenter has made a typographical error.').'</p>'.
'<p>'.__('You can also moderate the comment from this screen using the Status box, where you can also change the timestamp of the comment.').'</p>'.
'<p><strong>'.__('For more information:').'</strong></p>'.