diff options
Diffstat (limited to 'views/default/input')
-rw-r--r-- | views/default/input/text.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/views/default/input/text.php b/views/default/input/text.php index b84d3d16f..7bc22d04a 100644 --- a/views/default/input/text.php +++ b/views/default/input/text.php @@ -1,10 +1 @@ -<?php
-
-$defaults = array(
- 'placeholder' => elgg_echo('placeholder:text'),
-);
-
-$vars = array_merge($defaults, $vars);
-?>
-
<input type="text" <?php echo html5_get_html_attributes($vars); ?> />
\ No newline at end of file |