Plugin Directory

Changeset 1744010


Ignore:
Timestamp:
10/10/2017 03:10:45 PM (8 years ago)
Author:
gabrielmioni
Message:

Updating to 1.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gm-contact-form/trunk/gm-contact-form.php

    r1716385 r1744010  
    4242
    4343// Plugin version, bump it up if you update the plugin
    44 define( 'GM_CONTACT_VERSION', '1.0' );
     44define( 'GM_CONTACT_VERSION', '1.1' );
    4545
    4646// Register CSS
     
    5151}
    5252
    53 // Register Google Fonts
    54 add_action('wp_enqueue_scripts', 'gm_register_oswald');
    55 function gm_register_oswald()
    56 {
    57     wp_enqueue_style( 'gm-google-oswald', 'https://fonts.googleapis.com/css?family=Fjalla+One|Oswald', false );
    58 }
    5953
    6054// Enqueue the script, in the footer
     
    8983    wp_enqueue_style('gm-contact-css');
    9084
    91     // Add Google Oswlad font
    92     wp_enqueue_style('gm-google-oswald');
    9385
    9486    $auto_p_flag = false;
Note: See TracChangeset for help on using the changeset viewer.