Plugin Directory

Changeset 2142782


Ignore:
Timestamp:
08/20/2019 08:52:32 PM (7 years ago)
Author:
instantpage
Message:

2.0.0.1 — Fix missing quotes

Location:
instant-page
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • instant-page/trunk/instantpage.php

    r2140946 r2142782  
    55Description: Make your site’s pages instant in 1 minute.
    66Author: Alexandre Dieulot
    7 Version: 2.0.0
     7Version: 2.0.0.1
    88Author URI: https://dieulot.fr/
    99*/
    1010
    11 add_action( 'wp_enqueue_scripts', instantpage_wp_enqueue_scripts );
    12 add_filter( 'script_loader_tag', instantpage_script_loader_tag, 10, 2 );
     11add_action( 'wp_enqueue_scripts', 'instantpage_wp_enqueue_scripts' );
     12add_filter( 'script_loader_tag', 'instantpage_script_loader_tag', 10, 2 );
    1313
    1414function instantpage_wp_enqueue_scripts() {
Note: See TracChangeset for help on using the changeset viewer.