Changeset 4168
- Timestamp:
- 09/29/2016 06:22:33 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/includes/wordcamp-budgets.php
r4160 r4168 56 56 57 57 register_post_status( 'wcb-pending-payment', array ( 58 'label' => _x( 'P ending Payment', 'payment request', 'wordcamporg' ),58 'label' => _x( 'Payment Sent', 'payment request', 'wordcamporg' ), 59 59 'public' => false, 60 60 'protected' => true, 61 61 'label_count' => _nx_noop( 62 'P ending Payment <span class="count">(%s)</span>',63 'P ending Payment <span class="count">(%s)</span>',62 'Payment Sent <span class="count">(%s)</span>', 63 'Payment Sent <span class="count">(%s)</span>', 64 64 'wordcamporg' 65 65 ),
Note: See TracChangeset
for help on using the changeset viewer.