Making WordPress.org


Ignore:
Timestamp:
02/26/2016 01:49:52 AM (11 years ago)
Author:
iandunn
Message:

WordCamp Budgets: Add instruction text for payment methods.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/includes/payment-request.php

    r2633 r2637  
    216216                );
    217217
     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
    218224                add_meta_box(
    219225                        'wcp_payment_details',
     
    223229                        'normal',
    224230                        'high',
    225                         array( 'meta_key_prefix' => 'camppayments' )
     231                        array(
     232                                'meta_key_prefix'      => 'camppayments',
     233                                'introduction_message' => $introduction_message,
     234                        )
    226235                );
    227236
Note: See TracChangeset for help on using the changeset viewer.