We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c25eed7 + 00f219f commit c90fd05Copy full SHA for c90fd05
templates/content/recipe.php
@@ -7,7 +7,6 @@
7
8
<h2><?php echo $_['name']; ?></h2>
9
10
- <p><?php echo $_['recipeYield']; ?> serving<?php if($_['recipeYield'] > 1) { echo 's'; } ?></p>
11
<p><?php p($l->n('One serving', '%n servings', $_['recipeYield'])); ?></p>
12
13
<?php if(isset($_['dailyDozen'])) { ?>
0 commit comments