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
@@ -14,7 +14,7 @@ function php_help($path, $arg) {
case'admin/help#php':
$output='';
$output.='<h3>'.t('About').'</h3>';
$output.='<p>'.t('The PHP filter module adds a PHP filter to your site, for use with <a href="@filter">text input formats</a>. This filter adds the ability to execute PHP code in any text field that uses a text format (such as the body of a node or the text of a comment). <a href="@php-net">PHP</a> is a general-purpose scripting language widely-used for web development, and is the language with which Drupal has been developed. For more information, see the online handbook entry for the <a href="@php">PHP filter module</a>.',array('@filter'=>url('admin/help/filter'),'@php-net'=>'http://www.php.net','@php'=>'http://drupal.org/handbook/modules/php/')).'</p>';
$output.='<p>'.t('The PHP filter module adds a PHP filter to your site, for use with <a href="@filter">text formats</a>. This filter adds the ability to execute PHP code in any text field that uses a text format (such as the body of a node or the text of a comment). <a href="@php-net">PHP</a> is a general-purpose scripting language widely-used for web development, and is the language with which Drupal has been developed. For more information, see the online handbook entry for the <a href="@php">PHP filter module</a>.',array('@filter'=>url('admin/help/filter'),'@php-net'=>'http://www.php.net','@php'=>'http://drupal.org/handbook/modules/php/')).'</p>';
$output.='<h3>'.t('Uses').'</h3>';
$output.='<dl>';
$output.='<dt>'.t('Enabling execution of PHP in text fields').'</dt>';
@@ -1591,7 +1591,7 @@ function system_update_6051() {
->execute();
}
drupal_set_message("User signatures no longer inherit comment input formats. Each user's signature now has its own associated format that can be selected on the user's account page. Existing signatures have been set to your site's default input format.");
drupal_set_message("User signatures no longer inherit comment text formats. Each user's signature now has its own associated format that can be selected on the user's account page. Existing signatures have been set to your site's default text format.");