Merge branch '4.0' into 4.1

This commit is contained in:
Daniel Hensby 2018-02-12 10:24:30 +00:00
commit 2fb2caba06
No known key found for this signature in database
GPG Key ID: B00D1E9767F0B06E

View File

@ -263,7 +263,7 @@ _t('CMSMain.RESTORED',
);
// Plurals are invoked via a `|` pipe-delimeter with a {count} argument
_t('MyObject.PLURALS', 'An object|{count} objects', [ 'count' => '$count ]);
_t('MyObject.PLURALS', 'An object|{count} objects', [ 'count' => $count ]);
```
#### Usage in Template Files