summaryrefslogtreecommitdiff
path: root/modules/node
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-11-21 20:14:19 +0000
committerDries Buytaert <dries@buytaert.net>2006-11-21 20:14:19 +0000
commitb004f328eec10308fe3b310c640d5f376241f4cd (patch)
treef92bde5cb09039f947505b35ef68134a409f83c6 /modules/node
parente08f5f27bd5b5dd41f0dbcfcca9fad0418aafb55 (diff)
downloadbrdo-b004f328eec10308fe3b310c640d5f376241f4cd.tar.gz
brdo-b004f328eec10308fe3b310c640d5f376241f4cd.tar.bz2
- Patch #92992 by webchick and neclimdul: clean up documentation that is superseded by the new 'by module' administration dashboard.
Diffstat (limited to 'modules/node')
-rw-r--r--modules/node/node.module6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/node/node.module b/modules/node/node.module
index bfb5c24f9..57c8c85c7 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -25,12 +25,6 @@ function node_help($section) {
<li>The search tab lets you search all content on your site</li>
</ul>
');
- $output .= t('<p>You can</p>
-<ul>
-<li>search for content at <a href="@search">search</a>.</li>
-<li>administer nodes at <a href="@admin-settings-content-types">administer &gt;&gt; content management &gt;&gt; content types</a>.</li>
-</ul>
-', array('@search' => url('search'), '@admin-settings-content-types' => url('admin/content/types')));
$output .= '<p>'. t('For more information please read the configuration and customization handbook <a href="@node">Node page</a>.', array('@node' => 'http://drupal.org/handbook/modules/node/')) .'</p>';
return $output;
case 'admin/content/search':