Skip to content

Commit

Permalink
Revert "Add an override for 5.4 on the EOL page for now."
Browse files Browse the repository at this point in the history
This reverts commit 751d067.
  • Loading branch information
LawnGnome committed Nov 8, 2015
1 parent 75e418c commit a85174a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eol.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</tr>
</thead>
<tbody>
<?php foreach (get_eol_branches(array('5.4.45')) as $major => $branches): ?>
<?php foreach (get_eol_branches() as $major => $branches): ?>
<?php foreach ($branches as $branch => $detail): ?>
<?php $eolPeriod = format_interval('@'.$detail['date'], null) ?>
<tr>
Expand Down

0 comments on commit a85174a

Please sign in to comment.