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
@@ -15,7 +15,7 @@ function breakpoint_help($route_name, RouteMatchInterface $route_match) {
case'help.page.breakpoint':
$output='';
$output.='<h3>'.t('About').'</h3>';
$output.='<p>'.t('The Breakpoint module keeps track of the height, width, and resolution breakpoints where a responsive design needs to change in order to respond to different devices being used to view the site. This module does not have a user interface, but contributed modules such as <a href="!breakpoint_ui">Breakpoint UI</a> may provide one. For more information, see the <a href="!docs">online documentation for the Breakpoint module</a>.',array('!docs'=>'https://drupal.org/documentation/modules/breakpoint','!breakpoint_ui'=>'https://drupal.org/project/breakpoint_ui')).'</p>';
$output.='<p>'.t('The Breakpoint module keeps track of the height, width, and resolution breakpoints where a responsive design needs to change in order to respond to different devices being used to view the site. This module does not have a user interface. For more information, see the <a href="!docs">online documentation for the Breakpoint module</a>.',array('!docs'=>'https://drupal.org/documentation/modules/breakpoint')).'</p>';