Changeset 2861
- Timestamp:
- 03/31/2016 06:58:58 PM (9 years ago)
- Location:
- sites/branches/application-tracking/wordcamp.org/public_html/wp-content/plugins/wcpt
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/branches/application-tracking/wordcamp.org/public_html/wp-content/plugins/wcpt/views/applications/wordcamp/shortcode-application.php
r2797 r2861 1012 1012 <div class="qText"> 1013 1013 Enter the city, state/province, and country where you would like to organize a WordCamp. 1014 <span class="PDF_mand">*</span> 1014 1015 </div> 1015 1016 1016 1017 <div class="PDF_QT100"> 1017 <input value="" maxlength="500" name="q_1079103_wordcamp_location" class="large " type="text" title="Enter the city, state/province, and country where y…"/>1018 <input value="" maxlength="500" name="q_1079103_wordcamp_location" class="large required" type="text" title="Enter the city, state/province, and country where y…" required /> 1018 1019 </div> 1019 1020 </div> -
sites/branches/application-tracking/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-wordcamp/wordcamp-admin.php
r2845 r2861 197 197 } 198 198 } 199 200 // todo add log entry when site created 199 201 200 202 $this->validate_and_add_note( $post_id );
Note: See TracChangeset
for help on using the changeset viewer.