Changeset 375387
- Timestamp:
- 04/20/2011 10:45:04 PM (15 years ago)
- Location:
- hrecipe/trunk
- Files:
-
- 3 edited
-
hrecipe.php (modified) (1 diff)
-
js/hrecipe_format.js (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
hrecipe/trunk/hrecipe.php
r375015 r375387 4 4 * Plugin URI: http://hrecipe.com/ 5 5 * Description: Fast and easy recipe formatting. Allows the correct microformat content to be easily added for recipes. 6 * Version: 0.5.7 6 * Version: 0.5.7.1 7 7 * Author: Dave Doolin 8 8 * Author URI: http://hrecipe.com/about -
hrecipe/trunk/js/hrecipe_format.js
r375015 r375387 175 175 function format_duration(totalminutes) { 176 176 177 alert("Total minutes: " + totalminutes);177 //alert("Total minutes: " + totalminutes); 178 178 //Convert the minutes into hours and minutes 179 179 var hours = Math.floor(totalminutes / 60); -
hrecipe/trunk/readme.txt
r375015 r375387 4 4 Requires at least: 3.0 5 5 Tested up to: 3.1.1 6 Stable tag: 0.5.7 6 Stable tag: 0.5.7.1 7 7 8 8 hRecipe is a WordPress plugin for easy entry of your recipe data, and
Note: See TracChangeset
for help on using the changeset viewer.