Remove an unnecessary if/else and replace it with a single return statement
authorRobert Sesek <rsesek@bluestatic.org>
Mon, 5 Jan 2009 03:27:20 +0000 (19:27 -0800)
committerRobert Sesek <rsesek@bluestatic.org>
Mon, 5 Jan 2009 03:27:20 +0000 (19:27 -0800)
commit1b001ad2efc98943cf3581ff4c10690bafd5b481
tree5cf48b2d9cd870a8b71b5fd9efbc56d63a297775
parentc13e2173546d792f78ec614553052cb77e281865
Remove an unnecessary if/else and replace it with a single return statement

* Functions.php:
(BSFunctions::is_valid_email)
Functions.php