Plugin Directory

Changeset 2078800


Ignore:
Timestamp:
05/01/2019 09:49:40 PM (7 years ago)
Author:
instantpage
Message:

1.2.2.1: Fix unquoted strings

Location:
instant-page
Files:
4 added
2 edited

Legend:

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

    r2064940 r2078800  
    55Description: Make your site’s pages instant in 1 minute.
    66Author: Alexandre Dieulot
    7 Version: 1.2.2
     7Version: 1.2.2.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() {
  • instant-page/trunk/readme.txt

    r2064949 r2078800  
    33Tags: instant, performance
    44Requires at least: 4.2
    5 Tested up to: 5.1
    6 Stable tag: 1.2.2
     5Tested up to: 5.2
     6Stable tag: 1.2.2.1
    77Requires PHP: 5.2.4
    88License: MIT
Note: See TracChangeset for help on using the changeset viewer.