@@ -88,9 +88,9 @@ function node_help($route_name, RouteMatchInterface $route_match) {
...
@@ -88,9 +88,9 @@ function node_help($route_name, RouteMatchInterface $route_match) {
$output.='<dt>'.t('Creating content').'</dt>';
$output.='<dt>'.t('Creating content').'</dt>';
$output.='<dd>'.t('When new content is created, the Node module records basic information about the content, including the author, date of creation, and the <a href="!content-type">Content type</a>. It also manages the <em>publishing options</em>, which define whether or not the content is published, promoted to the front page of the site, and/or sticky at the top of content lists. Default settings can be configured for each <a href="!content-type">type of content</a> on your site.',array('!content-type'=>\Drupal::url('entity.node_type.collection'))).'</dd>';
$output.='<dd>'.t('When new content is created, the Node module records basic information about the content, including the author, date of creation, and the <a href="!content-type">Content type</a>. It also manages the <em>publishing options</em>, which define whether or not the content is published, promoted to the front page of the site, and/or sticky at the top of content lists. Default settings can be configured for each <a href="!content-type">type of content</a> on your site.',array('!content-type'=>\Drupal::url('entity.node_type.collection'))).'</dd>';
$output.='<dd>'.t('The Node module gives users with the <em>Administer content types</em> permission the ability to <a href="!content-new">create new content types</a> in addition to the default ones already configured. Creating custom content types allows you the flexibility to add <a href="!field">fields</a> and configure default settings that suit the differing needs of various site content.',array('!content-new'=>\Drupal::url('node.type_add'),'!field'=>\Drupal::url('help.page',array('name'=>'field')))).'</dd>';
$output.='<dd>'.t('The Node module gives users with the <em>Administer content types</em> permission the ability to <a href="!content-new">create new content types</a> in addition to the default ones already configured. Creating custom content types gives you the flexibility to add <a href="!field">fields</a> and configure default settings that suit the differing needs of various site content.',array('!content-new'=>\Drupal::url('node.type_add'),'!field'=>\Drupal::url('help.page',array('name'=>'field')))).'</dd>';
$output.='<dd>'.t('The <a href="!content">Content administration page</a> allows you to review and bulk manage your site content.',array('!content'=>\Drupal::url('system.admin_content'))).'</dd>';
$output.='<dd>'.t('The <a href="!content">Content</a> page lists your content, allowing you add new content, filter, edit or delete existing content, or perform bulk operations on existing content.',array('!content'=>\Drupal::url('system.admin_content'))).'</dd>';
$output.='<dt>'.t('Creating revisions').'</dt>';
$output.='<dt>'.t('Creating revisions').'</dt>';
$output.='<dd>'.t('The Node module also enables you to create multiple versions of any content, and revert to older versions using the <em>Revision information</em> settings.').'</dd>';
$output.='<dd>'.t('The Node module also enables you to create multiple versions of any content, and revert to older versions using the <em>Revision information</em> settings.').'</dd>';