diff options
author | Evan Winslow <evan.b.winslow@gmail.com> | 2010-10-17 11:17:09 +0000 |
---|---|---|
committer | Evan Winslow <evan.b.winslow@gmail.com> | 2010-10-17 11:17:09 +0000 |
commit | fea75c1f48b4ef798f1687698a22cba82a3713da (patch) | |
tree | 0cfeb11e73361289b6c52ed9e5dd0417bd97defe /views/default/input/month.php | |
parent | 419c4e01ba3a8b8a038cee32c1fce7d1883532c1 (diff) | |
download | elgg-fea75c1f48b4ef798f1687698a22cba82a3713da.tar.gz elgg-fea75c1f48b4ef798f1687698a22cba82a3713da.tar.bz2 |
Added default placeholders for most inputs -- tried to make code more consistent. Still needs documentation
Diffstat (limited to 'views/default/input/month.php')
-rw-r--r-- | views/default/input/month.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/input/month.php b/views/default/input/month.php index 01ecae384..b00db0309 100644 --- a/views/default/input/month.php +++ b/views/default/input/month.php @@ -1,6 +1,6 @@ <?php
$defaults = array(
- 'placeholder' => 'yyyy-mm',
+ 'placeholder' => elgg_echo('placeholder:month'),
);
$overrides = array(
|