summaryrefslogtreecommitdiff
path: root/includes/extras/functions.en.php
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2010-05-25 15:59:34 +0000
committerfisharebest <fisharebest@gmail.com>2010-05-25 15:59:34 +0000
commit3e5e6c60d5608a1bd4a8cb5c2b558fcb168b45db (patch)
tree367f5f666b74e6093dc16452e927daaca0eaf8f3 /includes/extras/functions.en.php
parent9f1b243b4d9c90a8d2dc2094839d782128c88ab8 (diff)
downloadwebtrees-3e5e6c60d5608a1bd4a8cb5c2b558fcb168b45db.tar.gz
webtrees-3e5e6c60d5608a1bd4a8cb5c2b558fcb168b45db.tar.bz2
webtrees-3e5e6c60d5608a1bd4a8cb5c2b558fcb168b45db.zip
Remove old century_localisation_XX functions. This is now translated using gettext()
Diffstat (limited to 'includes/extras/functions.en.php')
-rw-r--r--includes/extras/functions.en.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/includes/extras/functions.en.php b/includes/extras/functions.en.php
index 7cdc5cc028..5cf6fafedf 100644
--- a/includes/extras/functions.en.php
+++ b/includes/extras/functions.en.php
@@ -44,8 +44,3 @@ function ordinal_suffix_en($n) {
return 'rd';
return 'th';
}
-
-function century_localisation_en($n) {
- return $n.ordinal_suffix_en($n);
-}
-?>