Use single quotes where possible

Change-Id: I633b4e250e61417ad02b6f8af3d9c3c352f4fe52
This commit is contained in:
Siebrand Mazeland 2016-03-07 14:09:39 +01:00
parent 17b62b6289
commit 024598fcf6
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ class VectorTemplate extends BaseTemplate {
<?php
}
?>
<?php $footericons = $this->getFooterIcons( "icononly" );
<?php $footericons = $this->getFooterIcons( 'icononly' );
if ( count( $footericons ) > 0 ) {
?>
<ul id="footer-icons" class="noprint">