Making WordPress.org

Changeset 2700


Ignore:
Timestamp:
03/07/2016 11:24:32 PM (9 years ago)
Author:
iandunn
Message:

WordCamp Budgets: Make the Notes field for Vendor Payments optional.

File:
1 edited

Legend:

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

    r2682 r2700  
    2222
    2323    <?php $this->render_files_input( $post, 'Files', 'files', __( 'Attach supporting documentation including invoices, contracts, or other vendor correspondence. If no supporting documentation is available, please indicate the reason in the notes below.', 'wordcamporg' ) ); ?>
    24     <?php $this->render_textarea_input( $post, 'Notes', 'general_notes', 'Any other details you want to share.' ); ?>
     24    <?php $this->render_textarea_input( $post, 'Notes', 'general_notes', 'Any other details you want to share.', false ); ?>
    2525</table>
    2626
Note: See TracChangeset for help on using the changeset viewer.