Changeset 2030149
- Timestamp:
- 02/13/2019 09:32:45 PM (7 years ago)
- File:
-
- 1 edited
-
orderforms-stripe/trunk/functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
orderforms-stripe/trunk/functions.php
r2029890 r2030149 63 63 { 64 64 65 wp_enqueue_style('anonymous', 'https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.2/css/bootstrap.min.css');65 //wp_enqueue_style('anonymous', 'https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.2/css/bootstrap.min.css'); 66 66 67 67 wp_enqueue_style('SSM_style_front', plugin_dir_url(__FILE__).'css/style.css'); … … 926 926 if($total_cards == 0) 927 927 { 928 echo 'Cr adit Card not available in stripe.';928 echo 'Credit Card not available in stripe.'; 929 929 } 930 930 } else{
Note: See TracChangeset
for help on using the changeset viewer.