Changeset 948090
- Timestamp:
- 07/14/2014 01:37:06 PM (12 years ago)
- Location:
- healthy-bmi-calculator/trunk
- Files:
-
- 2 edited
-
healthy-bmi-calculator.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
healthy-bmi-calculator/trunk/healthy-bmi-calculator.php
r947184 r948090 31 31 wp_enqueue_script( 'bmi-calc-script', plugins_url( '/sm-bmi-calculator.js' , __FILE__ ), array(), '1.0.0', true ); 32 32 wp_enqueue_style( 'bmi-calc-style', plugins_url( '/sm-bmi-calculator.css' , __FILE__ ) ); 33 if (is_admin()) {34 // Add the color picker css file35 echo 'here';36 wp_enqueue_style( 'wp-color-picker' );37 }38 33 } 39 34 -
healthy-bmi-calculator/trunk/readme.txt
r947184 r948090 1 1 === Healthy BMI Calculator === 2 2 3 Contributors: ourvalley 3 4 Tags: widget, shortcode, health 5 Stable tag: trunk 4 6 Requires at least: 3.5 5 7 Tested up to: 3.9 6 8 License: GPL2 7 9 8 Adds a shortcode and widget that will display a BMI Calculator on your site. 9 Code adjusted from http://codereview.stackexchange.com/questions/21581/calculating-body-mass-index-bmi 10 == Description == 11 Adds a shortcode and widget that will display a BMI Calculator on your site. 12 13 == Long Description == 14 You can calculate in either metric or US style measurements. 15 A lot of the code was adapted from 16 http://codereview.stackexchange.com/questions/21581/calculating-body-mass-index-bmi 17 10 18 11 19 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.