diff options
-rw-r--r-- | includes/errors.inc | 6 | ||||
-rw-r--r-- | modules/comment/comment.css | 2 | ||||
-rwxr-xr-x | scripts/run-tests.sh | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/includes/errors.inc b/includes/errors.inc index 3a97b6daa..be7242856 100644 --- a/includes/errors.inc +++ b/includes/errors.inc @@ -172,9 +172,9 @@ function error_displayable($error = NULL) { * Log a PHP error or exception, display an error page in fatal cases. * * @param $error - * An array with the following keys: %type, !message, %function, %file, %line. - * All the parameters are plain-text, exception message, which needs to be - * a safe HTML string. + * An array with the following keys: %type, !message, %function, %file, %line + * and severity_level. All the parameters are plain-text, with the exception of + * !message, which needs to be a safe HTML string. * @param $fatal * TRUE if the error is fatal. */ diff --git a/modules/comment/comment.css b/modules/comment/comment.css index 4a2675af8..a55f527c8 100644 --- a/modules/comment/comment.css +++ b/modules/comment/comment.css @@ -8,6 +8,6 @@ .comment-unpublished { background-color: #fff4f4; } -.preview .comment { +.comment-preview { background-color: #ffffea; } diff --git a/scripts/run-tests.sh b/scripts/run-tests.sh index 2cfbcac9f..db34924c9 100755 --- a/scripts/run-tests.sh +++ b/scripts/run-tests.sh @@ -166,7 +166,7 @@ Drupal installation as the webserver user (differs per configuration), or root: sudo -u [wwwrun|www-data|etc] php ./scripts/{$args['script']} --url http://example.com/ --all sudo -u [wwwrun|www-data|etc] php ./scripts/{$args['script']} - --url http://example.com/ --class UploadTestCase + --url http://example.com/ --class BlockTestCase \n EOF; } |