mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-06-05 15:08:20 +09:00
Update backstretch script to 2.1.17
This commit is contained in:
+843
-817
File diff suppressed because it is too large
Load Diff
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -56,7 +56,7 @@ class DisplayFeaturedImageGenesisEnqueue {
|
||||
*/
|
||||
public function enqueue_scripts() {
|
||||
$minify = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min';
|
||||
wp_register_script( 'backstretch', plugins_url( "/js/backstretch{$minify}.js", dirname( __FILE__ ) ), array( 'jquery' ), '2.1.16', true );
|
||||
wp_register_script( 'backstretch', plugins_url( "/js/backstretch{$minify}.js", dirname( __FILE__ ) ), array( 'jquery' ), '2.1.17', true );
|
||||
wp_enqueue_script(
|
||||
'displayfeaturedimage-backstretch-set',
|
||||
plugins_url( "/js/backstretch-set{$minify}.js", dirname( __FILE__ ) ),
|
||||
|
||||
Reference in New Issue
Block a user