PluginProbe
FeedWordPress / 2015.0514
FeedWordPress v2015.0514
trunk 0.8 0.9 0.91 0.95 0.96 0.97 0.98 0.981 0.99 0.991 0.992 0.993 2008.1030 2008.1101 2008.1105 2008.1214 2009.0612 2009.0613 2009.0618 2009.0707 2009.1111 2009.1112 2010.0127 2010.0528 All 65 releases
← All changes | feedwordpresshtml.class.php +2 -2 trunk2015.0514 View file →
@@ -17,9 +17,9 @@
17 17 } /* function FeedWordPressHTML::attributeRegex () */
18 18
19 19 static function attributeMatch ($matches) {
20 20 for ($i = 0; $i <= 12; $i++) :
21 - if ( !isset($matches[$i])) :
21 + if (!isset($matches[$i])) :
22 22 $matches[$i] = '';
23 23 endif;
24 24 endfor;
25 25
@@ -58,9 +58,9 @@
58 58 } /* FeedWordPressHTML::tagWithAttributeRegex () */
59 59
60 60 static function tagWithAttributeMatch ($matches, $closing = true) {
61 61 for ($i = 0; $i <= 21; $i++) :
62 - if ( !isset($matches[$i])) :
62 + if (!isset($matches[$i])) :
63 63 $matches[$i] = '';
64 64 endif;
65 65 endfor;
66 66