Plugin Directory

Changeset 2030149


Ignore:
Timestamp:
02/13/2019 09:32:45 PM (7 years ago)
Author:
orderforms
Message:

Optimizepress and spelling mistake fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orderforms-stripe/trunk/functions.php

    r2029890 r2030149  
    6363    {
    6464       
    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');
    6666
    6767        wp_enqueue_style('SSM_style_front', plugin_dir_url(__FILE__).'css/style.css'); 
     
    926926                if($total_cards == 0)
    927927                {
    928                     echo 'Cradit Card not available in stripe.';
     928                    echo 'Credit Card not available in stripe.';
    929929                }
    930930            } else{
Note: See TracChangeset for help on using the changeset viewer.