diff --git a/wp-admin/b2header.php b/wp-admin/b2header.php index e76bd916d1..345b9e8a0c 100644 --- a/wp-admin/b2header.php +++ b/wp-admin/b2header.php @@ -8,6 +8,12 @@ require_once($abspath.$b2inc.'/b2functions.php'); require_once($abspath.$b2inc.'/xmlrpc.inc'); require_once($abspath.$b2inc.'/xmlrpcs.inc'); +function gethelp_link($this_file, $helptag) { + $url = 'help/en/'.$this_file.'.help.html#'.$helptag; + $s = ' [?]'; + return $s; +} + if (!isset($use_cache)) $use_cache=1; if (!isset($blogID)) $blog_ID=1; if (!isset($debug)) $debug=0; @@ -77,6 +83,11 @@ setTimeout("redirect();", 600); window.open ("b2upload.php", "b2upload", "width=380,height=360,location=0,menubar=0,resizable=1,scrollbars=yes,status=1,toolbar=0"); } + function helpWindow(url) { + window.open(url, "Help", "width=640, height=450, location=0, menubar=0, resizable=0, scrollbars=1, status=1, titlebar=0, toolbar=0, screenX=60, left=60, screenY=60, top=60"); + } + + // End --> diff --git a/wp-admin/help/en/linkmanager.php.help.html b/wp-admin/help/en/linkmanager.php.help.html index c3538b808d..4bdab0d23b 100644 --- a/wp-admin/help/en/linkmanager.php.help.html +++ b/wp-admin/help/en/linkmanager.php.help.html @@ -74,6 +74,26 @@
Link Categories: | -Manage Link Categories | -Import Blogroll | +Manage Link Categories | +Import Blogroll |
- Show links in category: + Show links in category: |
- Order by: + Order by: | |||
- + |
Name | +Name | URL | Category | Rel | @@ -627,7 +627,7 @@ LINKS;
---|---|---|---|---|
Use the checkboxes on the right to select multiple links and choose an action below: | ||||
- ownership to: + ownership to: get_results("SELECT ID, user_login FROM $tableusers WHERE user_level > 0 ORDER BY ID"); echo " | - Toggle + Toggle | - to category + to category | - Toggle Checkboxes + Toggle Checkboxes |