Changeset 1632549
- Timestamp:
- 04/08/2017 02:50:26 AM (9 years ago)
- Location:
- wc-wallet
- Files:
-
- 2 edited
-
tags/2.0.0/includes/functions.php (modified) (1 diff)
-
trunk/includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wc-wallet/tags/2.0.0/includes/functions.php
r1632512 r1632549 1140 1140 echo "<td>".get_post_meta( $pid, 'oid', true )."</td>"; 1141 1141 echo "<td>".get_post_meta( $pid, 'date', true )."</rd>"; 1142 switch( get_post_meta( $pid, ' amount', true ) ){1142 switch( get_post_meta( $pid, 'wcw_type', true ) ){ 1143 1143 case 0: $method = __( "Credits/money used from wallet", WC_WALLET_TEXT ); break; 1144 1144 case 1: $method = __( "Credits/money added to wallet", WC_WALLET_TEXT ); break; -
wc-wallet/trunk/includes/functions.php
r1632512 r1632549 1140 1140 echo "<td>".get_post_meta( $pid, 'oid', true )."</td>"; 1141 1141 echo "<td>".get_post_meta( $pid, 'date', true )."</rd>"; 1142 switch( get_post_meta( $pid, ' amount', true ) ){1142 switch( get_post_meta( $pid, 'wcw_type', true ) ){ 1143 1143 case 0: $method = __( "Credits/money used from wallet", WC_WALLET_TEXT ); break; 1144 1144 case 1: $method = __( "Credits/money added to wallet", WC_WALLET_TEXT ); break;
Note: See TracChangeset
for help on using the changeset viewer.