Fix grammar and markup errors. Thanks eke.

git-svn-id: https://develop.svn.wordpress.org/trunk@1182 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2004-04-26 15:45:42 +00:00
parent fd7f14f55e
commit da048b308a
3 changed files with 4 additions and 4 deletions

View File

@ -104,11 +104,11 @@ switch ($step) {
if (move_uploaded_file($_FILES['userfile']['tmp_name'], $uploadfile))
{
//echo "Upload successful.<p />";
//echo "Upload successful.";
$blogrolling = false;
$opml_url = $uploadfile;
} else {
echo __("Upload error<p />");
echo __("Upload error");
}
}

View File

@ -290,7 +290,7 @@ switch ($action) {
$standalone=0;
include_once ('admin-header.php');
if ($user_level < get_settings('links_minadminlevel')) {
die(__('You do not have sufficent permissions to edit the links for this blog.'));
die(__('You do not have sufficient permissions to edit the links for this blog.'));
}
$row = $wpdb->get_row("SELECT *

View File

@ -161,7 +161,7 @@ case 'lostpassword':
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><?php _e('WordPress &rsaquo; Lost password ?') ?></title>
<title><?php _e('WordPress &raquo; Lost password ?') ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo get_settings('blog_charset'); ?>" />
<link rel="stylesheet" href="<?php echo get_settings('siteurl'); ?>/wp-admin/wp-admin.css" type="text/css" />
<script type="text/javascript">