Changeset 6309 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/views/sponsor-invoice/metabox-general.php
- Timestamp:
- 01/05/2018 07:22:44 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/views/sponsor-invoice/metabox-general.php
r6067 r6309 139 139 <?php _e( 'No commas, thousands separators or currency symbols. Ex. 1234.56', 'wordcamporg' ); ?> 140 140 </p> 141 <p class="description" style="font-weight: bold;"> 142 <?php 143 printf( 144 __( 'For amounts under $250 USD or equivalent, please <a href="%s">create a microsponsor ticket</a> instead, to reduce our administrative burden. Thanks!', 'wordcamporg' ), 145 'https://make.wordpress.org/community/handbook/wordcamp-organizer/first-steps/web-presence/using-camptix-event-ticketing-plugin/#creating-tickets' 146 ); 147 ?> 148 </p> 141 149 </div> 142 150 </li>
Note: See TracChangeset
for help on using the changeset viewer.