BUG 10347 Capitalize() no funciona adecuadamente SOLVED
- Incorrect function to capitalize - Change function to capitalize
This commit is contained in:
@@ -2689,7 +2689,7 @@ class G
|
|||||||
*/
|
*/
|
||||||
public function capitalizeWords($text)
|
public function capitalizeWords($text)
|
||||||
{
|
{
|
||||||
return ucwords($text);
|
return mb_convert_case($text, MB_CASE_TITLE, 'UTF-8');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user