From dff32c364b99e57db5ea891ce93f7ab5df9b3258 Mon Sep 17 00:00:00 2001 From: Evan Winslow Date: Fri, 18 Mar 2011 21:28:05 -0700 Subject: Removed custom html5 function in favor of core function --- views/default/input/plaintext.php | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 views/default/input/plaintext.php (limited to 'views/default/input/plaintext.php') diff --git a/views/default/input/plaintext.php b/views/default/input/plaintext.php deleted file mode 100644 index cd0a7d6b5..000000000 --- a/views/default/input/plaintext.php +++ /dev/null @@ -1,22 +0,0 @@ - 'input-plaintext', -); - -$value = $vars['value']; -unset($vars['value']); - -$attributes = html5_get_html_attributes(array_merge($defaults, $vars)); - -echo ""; \ No newline at end of file -- cgit v1.2.3