diff --git a/cp-contributors.php b/cp-contributors.php index 4c4c4e3..28eab08 100644 --- a/cp-contributors.php +++ b/cp-contributors.php @@ -88,7 +88,7 @@ public function get_cp_contributors() { } public function maybe_resolve_github_username($name) { - $name = trim($name, ' .'); + $name = trim(trim($name, ' .')); $cp_contributors = $this->get_cp_contributors(); if (isset($cp_contributors[$name])) { return $cp_contributors[$name];