Fix grammar and markup errors. Thanks eke.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1182 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ba7695637b
commit
bd369e3899
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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 *
|
||||
|
|
|
@ -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 › Lost password ?') ?></title>
|
||||
<title><?php _e('WordPress » 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">
|
||||
|
|
Loading…
Reference in New Issue