Plugin Directory

Changeset 1903749


Ignore:
Timestamp:
07/04/2018 06:35:50 AM (8 years ago)
Author:
Razzu
Message:

font-awesome url fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • simple-masonry-layout/trunk/simple-masonry-layout.php

    r1903745 r1903749  
    2424
    2525
    26 //Enque script and style
     26//Enqueue script and style
    2727
    2828
     
    3131            wp_register_style( 'sm-style', plugin_dir_url( __FILE__ ) . 'css/sm-style.css');
    3232            wp_register_style( 'darkbox-style', plugin_dir_url( __FILE__ ) . 'css/darkbox.css');
    33             wp_register_style( 'font-awesome', ("https:////netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css"));
     33            wp_register_style( 'font-awesome', ("https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css"));
    3434            wp_enqueue_style( 'sm-style');
    3535            wp_enqueue_style( 'darkbox-style');
Note: See TracChangeset for help on using the changeset viewer.