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
@@ -21,7 +21,7 @@ function drupal_help($section) {
case'admin/modules#description':
returnt('Lets users log in using a Drupal ID and can notify a central server about your site.');
case'admin/settings/drupal':
returnt('<p>Using this your Drupal site can "call home" and add itself to the Drupal directory. If you want it to add itself to a different directory server you can change the <a href="%xml-rpc-setting">Drupal XML-RPC server</a> setting -- but the directory server has to be able to handle Drupal XML. To get all your site information listed, go to the <a href="%site-settings">settings page</a> and set the site name, the e-mail address, the slogan, and the mission statement.</p>',array('%xml-rpc-setting'=>url('admin/settings/drupal'),'%site-settings'=>url('admin/settings')));
returnt('<p>Using this your site can "call home" and add itself to the Drupal directory. If you want it to add itself to a different directory server you can change the <a href="%xml-rpc-setting">Drupal XML-RPC server</a> setting -- but the directory server has to be able to handle Drupal XML. To get all your site information listed, go to the <a href="%site-settings">settings page</a> and set the site name, the e-mail address, the slogan, and the mission statement.</p>',array('%xml-rpc-setting'=>url('admin/settings/drupal'),'%site-settings'=>url('admin/settings')));
case'user/help#drupal':
returnt("<p><a href=\"%Drupal\">Drupal</a> is the name of the software which powers %this-site. There are Drupal web sites all over the world, and many of them share their registration databases so that users may freely login to any Drupal site using a single <strong>Drupal ID</strong>.</p>
<p>So please feel free to login to your account here at %this-site with a username from another Drupal site. The format of a Drupal ID is similar to an email address: <strong>username</strong>@<em>server</em>. An example of a valid Drupal ID is <strong>mwlily</strong>@<em>www.drupal.org</em>.</p>",array('%Drupal'=>'http://www.drupal.org','%this-site'=>'<em>'.variable_get('site_name','this web site').'</em>'));
@@ -21,7 +21,7 @@ function drupal_help($section) {
case'admin/modules#description':
returnt('Lets users log in using a Drupal ID and can notify a central server about your site.');
case'admin/settings/drupal':
returnt('<p>Using this your Drupal site can "call home" and add itself to the Drupal directory. If you want it to add itself to a different directory server you can change the <a href="%xml-rpc-setting">Drupal XML-RPC server</a> setting -- but the directory server has to be able to handle Drupal XML. To get all your site information listed, go to the <a href="%site-settings">settings page</a> and set the site name, the e-mail address, the slogan, and the mission statement.</p>',array('%xml-rpc-setting'=>url('admin/settings/drupal'),'%site-settings'=>url('admin/settings')));
returnt('<p>Using this your site can "call home" and add itself to the Drupal directory. If you want it to add itself to a different directory server you can change the <a href="%xml-rpc-setting">Drupal XML-RPC server</a> setting -- but the directory server has to be able to handle Drupal XML. To get all your site information listed, go to the <a href="%site-settings">settings page</a> and set the site name, the e-mail address, the slogan, and the mission statement.</p>',array('%xml-rpc-setting'=>url('admin/settings/drupal'),'%site-settings'=>url('admin/settings')));
case'user/help#drupal':
returnt("<p><a href=\"%Drupal\">Drupal</a> is the name of the software which powers %this-site. There are Drupal web sites all over the world, and many of them share their registration databases so that users may freely login to any Drupal site using a single <strong>Drupal ID</strong>.</p>
<p>So please feel free to login to your account here at %this-site with a username from another Drupal site. The format of a Drupal ID is similar to an email address: <strong>username</strong>@<em>server</em>. An example of a valid Drupal ID is <strong>mwlily</strong>@<em>www.drupal.org</em>.</p>",array('%Drupal'=>'http://www.drupal.org','%this-site'=>'<em>'.variable_get('site_name','this web site').'</em>'));