Changeset 1166 for sites/trunk/global.wordpress.org/public_html/wp-content/themes/rosetta/contact.php
- Timestamp:
- 01/22/2015 08:10:23 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/global.wordpress.org/public_html/wp-content/themes/rosetta/contact.php
r720 r1166 16 16 17 17 <?php 18 if ( $_POST['submit']) {18 if ( ! empty( $_POST['submit'] ) ) { 19 19 20 20 // Check values
Note: See TracChangeset
for help on using the changeset viewer.