diff --git a/scripturefilter.inc b/scripturefilter.inc
index 7c54d2f..0cddd59 100644
--- a/scripturefilter.inc
+++ b/scripturefilter.inc
@@ -42,7 +42,7 @@ function scripturizeAddLinks($text = '',$bible = DEFAULT_BIBLE_TRANSLATION) {
 
     $verse_regex="\d{1,3}(?::\d{1,3})?(?:\s?(?:[-&,]\s?\d+))*";
 
-    $translation_regex = 'NIV|NASB|AMP|NLT|KJV|ESV|CEV|NET|NKJV|KJ21|ASV|WE|YLT|DARBY|WYC|NIV-UK|TNIV|MSG|NIRV';
+    $translation_regex = 'NIV|NIV1984|NASB|AMP|NLT|KJV|ESV|CEV|NET|NKJV|KJ21|ASV|WE|YLT|DARBY|WYC|NIV-UK|TNIV|MSG|NIRV';
 
     // note that this will be executed as PHP code after substitution thanks to the /e at the end!
 
diff --git a/scripturefilter.module b/scripturefilter.module
index b801847..2c0dff6 100644
--- a/scripturefilter.module
+++ b/scripturefilter.module
@@ -41,6 +41,7 @@ function scripturefilter_filter($op, $delta = 0, $format = -1, $text = '') {
           "NET" => t("New English Translation"),
           "NIRV" => t("New International Reader's Version"),
           "NIV" => t("New International Version"),
+          "NIV1984" => t("New International Version 1984"),
           "NIV-UK" => t("New International Version - UK"),
           "NKJV" => t("New King James Version"),
           "NLT" => t("New Living Translation"),
