]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Removed default placeholder from text inputs
authorEvan Winslow <evan.b.winslow@gmail.com>
Thu, 21 Oct 2010 21:54:30 +0000 (21:54 +0000)
committerEvan Winslow <evan.b.winslow@gmail.com>
Thu, 21 Oct 2010 21:54:30 +0000 (21:54 +0000)
views/default/input/text.php

index b84d3d16f376a4b3be3573fe9d66837cbfdd3666..7bc22d04a3fffe7c71ea4e4f4b4e947444a94a36 100644 (file)
@@ -1,10 +1 @@
-<?php\r
-\r
-$defaults = array(\r
-       'placeholder' => elgg_echo('placeholder:text'),\r
-);\r
-\r
-$vars = array_merge($defaults, $vars);\r
-?>\r
-\r
 <input type="text" <?php echo html5_get_html_attributes($vars); ?> />
\ No newline at end of file