mirror of
https://github.com/lubuntu-team/lubuntu.me.git
synced 2025-02-24 00:31:07 +00:00
6 lines
196 B
PHP
6 lines
196 B
PHP
<?php
|
|
|
|
class SiteOrigin_Widget_ContactForm_Field_Email extends SiteOrigin_Widget_ContactForm_Field_Text {
|
|
// This class just exists for autoloading purposes, but is the same as the text field.
|
|
}
|