More help for link manager.

git-svn-id: https://develop.svn.wordpress.org/trunk@303 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mike Little
2003-08-09 23:10:16 +00:00
parent 8ab54d6833
commit b87231d5b0
5 changed files with 16 additions and 16 deletions
+1 -2
View File
@@ -10,7 +10,7 @@ require_once($abspath.$b2inc.'/xmlrpcs.inc');
function gethelp_link($this_file, $helptag) {
$url = 'help/en/'.$this_file.'.help.html#'.$helptag;
$s = '&nbsp;<a href="'.$url.'" onclick="javascript:helpWindow(\''.$url.'\'); return false;" title="Click here for help"><span class="helplink">[?]</span></a>';
$s = '&nbsp;<span class="helplink"><a href="'.$url.'" onclick="javascript:helpWindow(\''.$url.'\'); return false;" title="Click here for help">[?]</a></span>';
return $s;
}
@@ -56,7 +56,6 @@ if ($standalone == 0) {
<title>WordPress > <?php bloginfo('name') ?> > <?php echo $title; ?></title>
<link rel="stylesheet" href="b2.css" type="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<?php
if ($redirect==1) {
?>