Changeset 2701 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/views/payment-request/metabox-vendor.php
- Timestamp:
- 03/07/2016 11:34:12 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/views/payment-request/metabox-vendor.php
r2682 r2701 9 9 $this->render_text_input( $post, 'State / Province', 'vendor_state' ); 10 10 $this->render_text_input( $post, 'ZIP / Postal Code', 'vendor_zip_code' ); 11 $this->render_text_input( $post, 'Country', 'vendor_country' ); 12 $this->render_country_input( $post, 'Country ISO3166', 'vendor_country_iso3166' ); 11 $this->render_country_input( $post, 'Country', 'vendor_country_iso3166' ); 13 12 ?> 14 13 </table>
Note: See TracChangeset
for help on using the changeset viewer.