[Movecommons-commits] r446 - trunk/wp-theme
Mario Gallegos
mgallegos at ourproject.org
Sun Jun 3 01:44:29 CEST 2012
Author: mgallegos
Date: 2012-06-03 01:44:29 +0200 (Sun, 03 Jun 2012)
New Revision: 446
Modified:
trunk/wp-theme/mc2-form.php
Log:
Modified: trunk/wp-theme/mc2-form.php
===================================================================
--- trunk/wp-theme/mc2-form.php 2012-06-02 23:38:27 UTC (rev 445)
+++ trunk/wp-theme/mc2-form.php 2012-06-02 23:44:29 UTC (rev 446)
@@ -42,9 +42,9 @@
<label for="url"><span class="required-field">*</span><?php _e("Web address ...", "mc"); ?></label>
<input type="text" name="languages" id="languages" class="firstStepInput"/>
<label for="languages"><?php _e("Language(s) (press enter or comma to separate)", "mc"); ?></label>
- <input type="text" name="keywords" id="keywords"/>
+ <input type="hidden" name="keywords" id="keywords"/>
<label for="keywords"><?php _e("Keywords (press enter or comma to separate)", "mc"); ?></label>
- <input type="text" name="location" value="Location" id="location" onblur="$j('#ininame').focus();" class="firstStepInput"/>
+ <input type="hidden" name="location" value="Location" id="location" onblur="$j('#ininame').focus();" class="firstStepInput"/>
<label for="location"><?php _e("Location....", "mc"); ?></label>
</div>
<div class="clear"></div>
More information about the Movecommons-commits
mailing list