diff options
Diffstat (limited to 'engine')
-rw-r--r-- | engine/lib/elgglib.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/lib/elgglib.php b/engine/lib/elgglib.php index 01b5a24e9..3d4c46310 100644 --- a/engine/lib/elgglib.php +++ b/engine/lib/elgglib.php @@ -1828,6 +1828,7 @@ function elgg_init() { 'href' => 'http://elgg.org', 'text' => "<img src=\"$powered_url\" alt=\"Powered by Elgg\" />", 'section' => 'alt', + 'weight' => 1000, )); // Sets a blacklist of words in the current language. |