Changeset 2140305
- Timestamp:
- 08/16/2019 01:45:48 AM (7 years ago)
- Location:
- instant-page
- Files:
-
- 5 added
- 1 deleted
- 2 edited
-
tags/1.3.0 (added)
-
tags/1.3.0/instantpage.js (added)
-
tags/1.3.0/instantpage.php (added)
-
tags/1.3.0/readme.txt (added)
-
trunk/instantpage-1.2.2.js (deleted)
-
trunk/instantpage.js (added)
-
trunk/instantpage.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
instant-page/trunk/instantpage.php
r2078800 r2140305 5 5 Description: Make your site’s pages instant in 1 minute. 6 6 Author: Alexandre Dieulot 7 Version: 1. 2.2.17 Version: 1.3.0 8 8 Author URI: https://dieulot.fr/ 9 9 */ 10 10 11 add_action( 'wp_enqueue_scripts', 'instantpage_wp_enqueue_scripts');12 add_filter( 'script_loader_tag', 'instantpage_script_loader_tag', 10, 2 );11 add_action( 'wp_enqueue_scripts', instantpage_wp_enqueue_scripts ); 12 add_filter( 'script_loader_tag', instantpage_script_loader_tag, 10, 2 ); 13 13 14 14 function instantpage_wp_enqueue_scripts() { 15 wp_enqueue_script( 'instantpage', plugin_dir_url( __FILE__ ) . 'instantpage -1.2.2.js' );15 wp_enqueue_script( 'instantpage', plugin_dir_url( __FILE__ ) . 'instantpage.js' ); 16 16 } 17 17 -
instant-page/trunk/readme.txt
r2078800 r2140305 4 4 Requires at least: 4.2 5 5 Tested up to: 5.2 6 Stable tag: 1.2.2.16 Stable tag: trunk 7 7 Requires PHP: 5.2.4 8 8 License: MIT
Note: See TracChangeset
for help on using the changeset viewer.