Fix CS lib/classes

This commit is contained in:
Romain Neutron
2013-01-29 16:39:02 +01:00
parent 53206af159
commit 4414892b91
108 changed files with 178 additions and 249 deletions

View File

@@ -360,7 +360,7 @@ class Feed_XML_Cooliris extends Feed_XML_Abstract implements Feed_XML_Interface
return $this;
}
if ( ! $preview_permalink || ! $thumbnail_permalink) {
if (! $preview_permalink || ! $thumbnail_permalink) {
return $this;
}