Changeset 1744010
- Timestamp:
- 10/10/2017 03:10:45 PM (8 years ago)
- File:
-
- 1 edited
-
gm-contact-form/trunk/gm-contact-form.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gm-contact-form/trunk/gm-contact-form.php
r1716385 r1744010 42 42 43 43 // Plugin version, bump it up if you update the plugin 44 define( 'GM_CONTACT_VERSION', '1. 0' );44 define( 'GM_CONTACT_VERSION', '1.1' ); 45 45 46 46 // Register CSS … … 51 51 } 52 52 53 // Register Google Fonts54 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 }59 53 60 54 // Enqueue the script, in the footer … … 89 83 wp_enqueue_style('gm-contact-css'); 90 84 91 // Add Google Oswlad font92 wp_enqueue_style('gm-google-oswald');93 85 94 86 $auto_p_flag = false;
Note: See TracChangeset
for help on using the changeset viewer.