Making WordPress.org


Ignore:
Timestamp:
03/03/2016 07:33:42 PM (9 years ago)
Author:
iandunn
Message:

WordCamp Budgets: Make Vendor Payment and Payment Method fields required.

File:
1 edited

Legend:

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

    r2677 r2682  
    129129            plugins_url( 'javascript/wordcamp-budgets.js', __DIR__ ),
    130130            array( 'jquery', 'jquery-ui-datepicker', 'media-upload', 'media-views' ),
    131             1,
     131            2,
    132132            true
    133133        );
     
    161161            plugins_url( 'css/wordcamp-budgets.css', __DIR__ ),
    162162            $soft_deps,
    163             2
     163            3
    164164        );
    165165    }
Note: See TracChangeset for help on using the changeset viewer.