From 767ed120d5f968cfa681b163292fc5f8f80617a4 Mon Sep 17 00:00:00 2001
From: Neil Drumm <drumm@3064.no-reply.drupal.org>
Date: Sun, 2 Apr 2006 10:12:47 +0000
Subject: [PATCH] #41171 James Harvard & freso@freso.dk: Add ABBR & ACRONYM to
 HTML tips

---
 modules/filter.module        | 2 ++
 modules/filter/filter.module | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/modules/filter.module b/modules/filter.module
index 929007ba0128..1a6c9e0cd9e6 100644
--- a/modules/filter.module
+++ b/modules/filter.module
@@ -178,6 +178,8 @@ function filter_filter_tips($delta, $format, $long = false) {
                 'sup' => array( t('Superscripted'), t('<sup>Super</sup>scripted')),
                 'sub' => array( t('Subscripted'), t('<sub>Sub</sub>scripted')),
                 'pre' => array( t('Preformatted'), '<pre>'. t('Preformatted') .'</pre>'),
+                'abbr' => array( t('Abbreviation'), t('<abbr title="Abbreviation">Abbrev.</abbr>')),
+                'acronym' => array( t('Acronym'), t('<acronym title="Three-Letter Acronym">TLA</acronym>')),
                 'blockquote' => array( t('Block quoted'), '<blockquote>'. t('Block quoted') .'</blockquote>'),
                 'q' => array( t('Quoted inline'), '<q>'. t('Quoted inline') .'</q>'),
                 // Assumes and describes tr, td, th.
diff --git a/modules/filter/filter.module b/modules/filter/filter.module
index 929007ba0128..1a6c9e0cd9e6 100644
--- a/modules/filter/filter.module
+++ b/modules/filter/filter.module
@@ -178,6 +178,8 @@ function filter_filter_tips($delta, $format, $long = false) {
                 'sup' => array( t('Superscripted'), t('<sup>Super</sup>scripted')),
                 'sub' => array( t('Subscripted'), t('<sub>Sub</sub>scripted')),
                 'pre' => array( t('Preformatted'), '<pre>'. t('Preformatted') .'</pre>'),
+                'abbr' => array( t('Abbreviation'), t('<abbr title="Abbreviation">Abbrev.</abbr>')),
+                'acronym' => array( t('Acronym'), t('<acronym title="Three-Letter Acronym">TLA</acronym>')),
                 'blockquote' => array( t('Block quoted'), '<blockquote>'. t('Block quoted') .'</blockquote>'),
                 'q' => array( t('Quoted inline'), '<q>'. t('Quoted inline') .'</q>'),
                 // Assumes and describes tr, td, th.
-- 
GitLab