From: Jason Woofenden Date: Wed, 18 Sep 2013 21:43:14 +0000 (-0400) Subject: s/e-mail/email/ (the way of the future man) X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl.git;a=commitdiff_plain;h=964ac22b28189d47aa7330dd3d93448b473bfdb9 s/e-mail/email/ (the way of the future man) --- diff --git a/format.php b/format.php index 5d7c2bb..e34f4b3 100644 --- a/format.php +++ b/format.php @@ -21,7 +21,7 @@ function format_caption($str) { $str = str_replace('_', ' ', $str); $str = ucwords($str); - return str_replace('Email', 'E-mail', $str); + return $str; } # This function makes sure that $str is in the list of options, and returns "" otherwise