mirror of
https://github.com/getgrav/grav.git
synced 2026-07-20 00:41:55 +02:00
Change Monthize doc
All results turn 181 to 5 and not 6.
This commit is contained in:
@@ -218,7 +218,7 @@ class TwigExtension extends \Twig_Extension
|
||||
* {{ 'CamelCased'|underscorize }} => camel_cased
|
||||
* {{ 'Something Text'|hyphenize }} => something-text
|
||||
* {{ 'something_text_to_read'|humanize }} => "Something text to read"
|
||||
* {{ '181'|monthize }} => 6
|
||||
* {{ '181'|monthize }} => 5
|
||||
* {{ '10'|ordinalize }} => 10th
|
||||
*
|
||||
* @param string $action
|
||||
|
||||
Reference in New Issue
Block a user