Changeset 2078800
- Timestamp:
- 05/01/2019 09:49:40 PM (7 years ago)
- Location:
- instant-page
- Files:
-
- 4 added
- 2 edited
-
tags/1.2.2.1 (added)
-
tags/1.2.2.1/instantpage-1.2.2.js (added)
-
tags/1.2.2.1/instantpage.php (added)
-
tags/1.2.2.1/readme.txt (added)
-
trunk/instantpage.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
instant-page/trunk/instantpage.php
r2064940 r2078800 5 5 Description: Make your site’s pages instant in 1 minute. 6 6 Author: Alexandre Dieulot 7 Version: 1.2.2 7 Version: 1.2.2.1 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() { -
instant-page/trunk/readme.txt
r2064949 r2078800 3 3 Tags: instant, performance 4 4 Requires at least: 4.2 5 Tested up to: 5. 16 Stable tag: 1.2.2 5 Tested up to: 5.2 6 Stable tag: 1.2.2.1 7 7 Requires PHP: 5.2.4 8 8 License: MIT
Note: See TracChangeset
for help on using the changeset viewer.