Skip to content
Snippets Groups Projects
Commit c8a45649 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #469134 by Bohjan: removed some redundant help.

parent 4ddd7588
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -72,8 +72,6 @@ function node_help($path, $arg) {
return $output;
case 'admin/content/node':
return ' '; // Return a non-null value so that the 'more help' link is shown.
case 'admin/build/types':
return '<p>' . t('Below is a list of all the content types on your site. All posts that exist on your site are instances of one of these content types.') . '</p>';
case 'admin/build/types/add':
return '<p>' . t('To create a new content type, enter the human-readable name, the machine-readable name, and all other relevant fields that are on this page. Once created, users of your site will be able to create posts that are instances of this content type.') . '</p>';
case 'node/%/revisions':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment