Changeset 2274 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/includes/payment-request.php
- Timestamp:
- 01/11/2016 10:51:14 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/includes/payment-request.php
r2272 r2274 615 615 616 616 if ( 'paid' == $post->post_status && 'paid' != get_query_var( 'post_status' ) ) { 617 $states['paid'] = __( 'Paid', ' camptix' );617 $states['paid'] = __( 'Paid', 'wordcamporg' ); 618 618 } 619 619 620 620 if ( 'unpaid' == $post->post_status && 'unpaid' != get_query_var( 'post_status' ) ) { 621 $states['unpaid'] = __( 'Unpaid', ' camptix' );621 $states['unpaid'] = __( 'Unpaid', 'wordcamporg' ); 622 622 } 623 623
Note: See TracChangeset
for help on using the changeset viewer.