Removed bad quote

This commit is contained in:
Martin Portevin 2018-02-10 03:05:59 +01:00 committed by GitHub
parent e298fcc345
commit 90f77a7134
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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