Plugin Directory

Changeset 375387


Ignore:
Timestamp:
04/20/2011 10:45:04 PM (15 years ago)
Author:
doolin
Message:

Tagging, fixed a js alert/

Location:
hrecipe/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • hrecipe/trunk/hrecipe.php

    r375015 r375387  
    44 * Plugin URI: http://hrecipe.com/
    55 * 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
    77 * Author: Dave Doolin
    88 * Author URI: http://hrecipe.com/about
  • hrecipe/trunk/js/hrecipe_format.js

    r375015 r375387  
    175175  function format_duration(totalminutes) {
    176176
    177 alert("Total minutes: " + totalminutes);
     177    //alert("Total minutes: " + totalminutes);
    178178    //Convert the minutes into hours and minutes
    179179    var hours = Math.floor(totalminutes / 60);
  • hrecipe/trunk/readme.txt

    r375015 r375387  
    44Requires at least: 3.0
    55Tested up to: 3.1.1
    6 Stable tag: 0.5.7
     6Stable tag: 0.5.7.1
    77
    88hRecipe is a WordPress plugin for easy entry of your recipe data, and
Note: See TracChangeset for help on using the changeset viewer.