</tr> <tr class="recipe-general-form-cook-time"> <td class="recipe-general-form-label"><label for="recipe_cook_time"><?php _e('Cook Time', 'wp-ultimate-recipe'); if (in_array('recipe_cook_time', $required_fields)) { echo '<span class="wpurp-required">*</span>'; } ?> </label></td> <td class="recipe-general-form-field"> <input type="text" name="recipe_cook_time" id="recipe_cook_time" value="<?php echo esc_attr($recipe->cook_time()); ?> " /> <input type="text" name="recipe_cook_time_text" id="recipe_cook_time_text" value="<?php echo esc_attr($recipe->cook_time_text()); ?> " /> </td> </tr> <tr class="recipe-general-form-passive-time"> <td class="recipe-general-form-label"><label for="recipe_passive_time"><?php _e('Passive Time', 'wp-ultimate-recipe'); if (in_array('recipe_passive_time', $required_fields)) { echo '<span class="wpurp-required">*</span>'; } ?> </label></td> <td class="recipe-general-form-field"> <input type="text" name="recipe_passive_time" id="recipe_passive_time" value="<?php echo esc_attr($recipe->passive_time());