Skip to content
Snippets Groups Projects
Commit c1a17358 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #1980010 by acabouet, TravisCarden: Add description to "Administer content" permission.

parent 65700ab4
No related branches found
No related tags found
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
......@@ -707,6 +707,7 @@ function node_permission() {
),
'administer content types' => array(
'title' => t('Administer content types'),
'description' => t('Promote, change ownership, edit revisions, and perform other tasks across all content types.'),
'restrict access' => TRUE,
),
'administer nodes' => array(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment