summaryrefslogtreecommitdiff
path: root/modules/page/page.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-02-08 19:44:39 +0000
committerDries Buytaert <dries@buytaert.net>2005-02-08 19:44:39 +0000
commitaf2b27f4b41fefcdd76b91ef770d82f80a1597e8 (patch)
tree56034de0512e9ff560480829a82dbe4d74dd1b26 /modules/page/page.module
parent632918e571d927553575c7d403ef4f8ad1b1c625 (diff)
downloadbrdo-af2b27f4b41fefcdd76b91ef770d82f80a1597e8.tar.gz
brdo-af2b27f4b41fefcdd76b91ef770d82f80a1597e8.tar.bz2
- Patch #16962 by Neil: "The page module's long help text is a bunch of lies and then it briefly explains it's permissions. IMO it should just be taken out. I can't think of what help should be there."
Diffstat (limited to 'modules/page/page.module')
-rw-r--r--modules/page/page.module7
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/page/page.module b/modules/page/page.module
index a109065af..4dcab74cb 100644
--- a/modules/page/page.module
+++ b/modules/page/page.module
@@ -11,13 +11,6 @@
*/
function page_help($section) {
switch ($section) {
- case 'admin/help#page':
- return t("
- <p>The page module is used when you want to create content that optionally inserts a link into your navigation system. You can also, however, create pages that don't have this link by skipping the link text field in the page form. At this time, not all themes support the link insertion behavior. Some themes, like xtemplate, provide alternative mechanisms for link creation. Pages are also unique in that they shortcut the typical lifecycle of user generated content (i.e. submit -&gt; moderate -&gt; post -&gt; comment). </p>
- <h3>User access permissions for pages</h3>
- <p><strong>create pages:</strong> Allows a role to create pages. They cannot edit or delete pages, even if they are the authors. You must enable this permission to in order for a role to create a page.</p>
- <p><strong>edit own pages:</strong> Allows a role to add/edit pages if they own the page. Use this permission if you want users to be able to edit and maintain their own pages.</p>
- ");
case 'admin/modules#description':
return t('Enables the creation of pages that can be added to the navigation system.');
case 'node/add#page':