diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-05-25 15:59:34 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-05-25 15:59:34 +0000 |
| commit | 3e5e6c60d5608a1bd4a8cb5c2b558fcb168b45db (patch) | |
| tree | 367f5f666b74e6093dc16452e927daaca0eaf8f3 /includes/extras/functions.en.php | |
| parent | 9f1b243b4d9c90a8d2dc2094839d782128c88ab8 (diff) | |
| download | webtrees-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.php | 5 |
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); -} -?> |
