PluginProbe
FeedWordPress / 2022.0222
FeedWordPress v2022.0222
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 | performance-page.php +1 -1 trunk2022.0222 View file →
@@ -93,9 +93,9 @@
93 93 and force FeedWordPress to make a fresh scan for updates on syndicated feeds.</p></td></tr>
94 94
95 95 <tr style="vertical-align: top">
96 96 <th width="33%" scope="row">Guid index:</th>
97 -<td width="67%"><?php if ( !FeedWordPress::has_guid_index()) : ?>
97 +<td width="67%"><?php if (!FeedWordPress::has_guid_index()) : ?>
98 98 <input class="button" type="submit" name="create_index" value="Create index on guid column in posts database table" />
99 99 <p>Creating this index may significantly improve performance on some large
100 100 FeedWordPress installations.</p>
101 101 <?php else : ?>