Changeset 2723484
- Timestamp:
- 05/13/2022 05:31:28 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sky-systemz/trunk/SkySystemz-woocommerceCheckout.php
r2723166 r2723484 78 78 if ( $this->description ) { 79 79 // you can instructions for test mode, I mean test card numbers etc. 80 if ( $this->testmode ) {81 $this->description .= ' TEST MODE ENABLED. In test mode, you can use the card numbers listed in <a href="#">documentation</a>.';82 $this->description = trim( $this->description );83 }80 // if ( $this->testmode ) { 81 // $this->description .= ' TEST MODE ENABLED. In test mode, you can use the card numbers listed in <a href="#">documentation</a>.'; 82 // $this->description = trim( $this->description ); 83 // } 84 84 // display the description with <p> tags etc. 85 85 echo wpautop( wp_kses_post( $this->description ) );
Note: See TracChangeset
for help on using the changeset viewer.