Minor fix to body.php to prevent last pipe-symbol from being printed after the last footer link.
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
if ( count( $validFooterLinks ) > 0 ) { ?>
|
||||
<p>
|
||||
<?php
|
||||
$i = 0;
|
||||
$i = 1;
|
||||
$c = count($validFooterLinks);
|
||||
foreach( $validFooterLinks as $aLink )
|
||||
{
|
||||
|
Reference in New Issue
Block a user