only in patch2: unchanged: --- a/core/modules/block_place/block_place.info.yml +++ b/core/modules/block_place/block_place.info.yml @@ -1,6 +1,6 @@ name: Place Blocks type: module -description: 'Allow administrators to place blocks from any Drupal page' +description: 'Allow administrators to place blocks from any Drupal page.' package: Core (Experimental) version: VERSION core: 8.x only in patch2: unchanged: --- a/core/modules/content_moderation/content_moderation.info.yml +++ b/core/modules/content_moderation/content_moderation.info.yml @@ -1,6 +1,6 @@ name: 'Content Moderation' type: module -description: 'Provides moderation states for content' +description: 'Provides moderation states for content.' version: VERSION core: 8.x package: Core (Experimental) only in patch2: unchanged: --- a/core/modules/content_moderation/content_moderation.module +++ b/core/modules/content_moderation/content_moderation.module @@ -39,7 +39,7 @@ function content_moderation_help($route_name, RouteMatchInterface $route_match) $output .= '
' . t('Moderation state transitions') . '
'; $output .= '
' . t('Using the "Moderation state transitions" screen, you can create the actual workflow. You decide the direction in which content moves from state to state, and which user roles are allowed to make that move.') . '
'; $output .= '
' . t('Configure Content Moderation permissions') . '
'; - $output .= '
' . t('Each state is exposed as a permission. If a user has the permission for a transition, then they can move that node from the start state to the end state') . '

'; + $output .= '
' . t('Each state is exposed as a permission. If a user has the permission for a transition, then they can move that node from the start state to the end state.') . '

'; $output .= ''; return $output; }