mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
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:
@@ -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 = ' <a href="'.$url.'" onclick="javascript:helpWindow(\''.$url.'\'); return false;" title="Click here for help"><span class="helplink">[?]</span></a>';
|
||||
$s = ' <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) {
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user