summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-07-31 16:27:07 +0000
committerDries Buytaert <dries@buytaert.net>2004-07-31 16:27:07 +0000
commit8f40571dbb09c64e79aeebf00a7cabd019e2bbce (patch)
tree79164ad9cadf4140739f94af0a299c5a7e86a09a /modules
parent64dae93af702d2dffc19bdf161fd232e24362ac3 (diff)
downloadbrdo-8f40571dbb09c64e79aeebf00a7cabd019e2bbce.tar.gz
brdo-8f40571dbb09c64e79aeebf00a7cabd019e2bbce.tar.bz2
- Patch #9430, backported patch from JonBob: fixed typo: 'that that' -> 'that'
Diffstat (limited to 'modules')
-rw-r--r--modules/page.module2
-rw-r--r--modules/page/page.module2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/page.module b/modules/page.module
index 48621154e..ac3f6d4fb 100644
--- a/modules/page.module
+++ b/modules/page.module
@@ -8,7 +8,7 @@ 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 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>
+ <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>
<p>If you enable the <strong>create PHP content</strong> permission for a role, pages may consist of PHP code in addition to HTML and text.</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>
diff --git a/modules/page/page.module b/modules/page/page.module
index 48621154e..ac3f6d4fb 100644
--- a/modules/page/page.module
+++ b/modules/page/page.module
@@ -8,7 +8,7 @@ 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 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>
+ <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>
<p>If you enable the <strong>create PHP content</strong> permission for a role, pages may consist of PHP code in addition to HTML and text.</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>