summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions.php b/functions.php
index 973374701..6a4d635b8 100644
--- a/functions.php
+++ b/functions.php
@@ -3174,8 +3174,8 @@
header("Pragma: no-cache"); // HTTP/1.0
}
- function format_warning($msg) {
- return "<div class=\"warning\">
+ function format_warning($msg, $id = "") {
+ return "<div class=\"warning\" id=\"$id\">
<img src=\"images/sign_excl.png\">$msg</div>";
}