Changeset 1060077
- Timestamp:
- 01/05/2015 05:53:37 AM (11 years ago)
- Location:
- woocommerce-quantity-increment
- Files:
-
- 2 edited
-
tags/1.0.0/readme.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
woocommerce-quantity-increment/tags/1.0.0/readme.txt
r1060075 r1060077 21 21 To include it, add something like this to your `functions.php`: 22 22 23 ` ``23 ` 24 24 add_action( 'wp_enqueue_scripts', 'wcqi_enqueue_polyfill' ); 25 25 function wcqi_enqueue_polyfill() { 26 26 wp_enqueue_script( 'wcqi-number-polyfill' ); 27 27 } 28 ` ``28 ` 29 29 30 30 == Installation == -
woocommerce-quantity-increment/trunk/readme.txt
r1060075 r1060077 21 21 To include it, add something like this to your `functions.php`: 22 22 23 ` ``23 ` 24 24 add_action( 'wp_enqueue_scripts', 'wcqi_enqueue_polyfill' ); 25 25 function wcqi_enqueue_polyfill() { 26 26 wp_enqueue_script( 'wcqi-number-polyfill' ); 27 27 } 28 ` ``28 ` 29 29 30 30 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.