Plugin Directory

Changeset 948090


Ignore:
Timestamp:
07/14/2014 01:37:06 PM (12 years ago)
Author:
ourvalley
Message:

Fixed readme.txt and removed a couple lines of unused code.

Location:
healthy-bmi-calculator/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • healthy-bmi-calculator/trunk/healthy-bmi-calculator.php

    r947184 r948090  
    3131  wp_enqueue_script( 'bmi-calc-script', plugins_url( '/sm-bmi-calculator.js' , __FILE__ ), array(), '1.0.0', true );
    3232  wp_enqueue_style( 'bmi-calc-style', plugins_url( '/sm-bmi-calculator.css' , __FILE__ ) );
    33   if (is_admin()) {
    34     // Add the color picker css file 
    35 echo 'here';     
    36     wp_enqueue_style( 'wp-color-picker' );
    37   }
    3833}
    3934
  • healthy-bmi-calculator/trunk/readme.txt

    r947184 r948090  
    11=== Healthy BMI Calculator ===
     2
    23Contributors: ourvalley
    34Tags: widget, shortcode, health
     5Stable tag: trunk
    46Requires at least: 3.5
    57Tested up to: 3.9
    68License: GPL2
    79
    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 ==
     11Adds a shortcode and widget that will display a BMI Calculator on your site.
     12
     13== Long Description ==
     14You can calculate in either metric or US style measurements.
     15A lot of the code was adapted from
     16http://codereview.stackexchange.com/questions/21581/calculating-body-mass-index-bmi
     17
    1018
    1119== Installation ==
Note: See TracChangeset for help on using the changeset viewer.