Changeset 8635
- Timestamp:
- 04/12/2019 11:21:06 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/mu-plugins/camptix-tweaks/addons/class-payment-options.php
r7469 r8635 70 70 */ 71 71 function generate_payment_options( $payment_output, $total, $payment_methods, $selected_payment_method ) { 72 ob_start(); 72 73 ?> 73 74 <div class="tix-submit"> … … 94 95 </div> 95 96 <?php 97 return ob_get_clean(); 96 98 } 97 99
Note: See TracChangeset
for help on using the changeset viewer.