diff options
-rw-r--r-- | modules/drupal/drupal.module | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/drupal/drupal.module b/modules/drupal/drupal.module index 80968b512..f90703608 100644 --- a/modules/drupal/drupal.module +++ b/modules/drupal/drupal.module @@ -24,7 +24,8 @@ function drupal_help($section) { $output .= '<p>'. t('The Drupal module administration page allows you to set the xml-rpc server page and other related options.') .'</p>'; $output .= t('<p>If you maintain a directory of sites, you can list them on a page using the <code>drupal_client_page()</code> function. Sample instructions: </p> <ul> - <li>Enable the page module. Select create content >> page.</li> + <li>Ensure that you have the page content type enabled, and you can use PHP in an input format.</li> + <li>Select create content >> page.</li> <li>For input format, select PHP code.</li> <li>Give the page a title. For body, put: <pre> |