Changeset 2637 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/includes/payment-request.php
- Timestamp:
- 02/26/2016 01:49:52 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/includes/payment-request.php
r2633 r2637 216 216 ); 217 217 218 $introduction_message = sprintf( 219 '<p>%s</p> <p>%s</p>', 220 __( 'Direct Deposit or Wire is the fastest way to pay a vendor. Checks and credit card payments can take 3-5 days for us and/or the bank to process.', 'wordcamporg' ), 221 __( 'Each wire transfer costs us processing fees, so please try to avoid multiple wire requests for one vendor.', 'wordcamporg' ) 222 ); 223 218 224 add_meta_box( 219 225 'wcp_payment_details', … … 223 229 'normal', 224 230 'high', 225 array( 'meta_key_prefix' => 'camppayments' ) 231 array( 232 'meta_key_prefix' => 'camppayments', 233 'introduction_message' => $introduction_message, 234 ) 226 235 ); 227 236
Note: See TracChangeset
for help on using the changeset viewer.