• I just added All In One SEO yesterday and recieved the message from Wordfence this morning

    Filename: wp-content/plugins/all-in-one-seo-pack/aioseop_class.php
    File type: Plugin File
    Plugin Name: All In One SEO Pack
    Plugin Version: 2.0.3.1

    <table class="Differences DifferencesSideBySide"><thead><tr><th colspan="2">The Original Version of the file</th><th colspan="2">The Modified Version on your WordPress system</th></tr></thead><tbody class="ChangeEqual"><tr><th>1545</th><td class="Left"><span>&nbsp; &nbsp; &nbsp; &nbsp;$this->title_end = $end;</span>&nbsp;</span></td><th>1545</th><td class="Right"><span>&nbsp; &nbsp; &nbsp; &nbsp;$this->title_end = $end;</span>&nbsp;</span></td></tr><tr><th>1546</th><td class="Left"><span>&nbsp; &nbsp; &nbsp; &nbsp;$this->orig_title = $title;</span>&nbsp;</span></td><th>1546</th><td class="Right"><span>&nbsp; &nbsp; &nbsp; &nbsp;$this->orig_title = $title;</span>&nbsp;</span></td></tr><tr><th>1547</th><td class="Left"><span>&nbsp; &nbsp; &nbsp; &nbsp;</span>&nbsp;</span></td><th>1547</th><td class="Right"><span>&nbsp; &nbsp; &nbsp; &nbsp;</span>&nbsp;</span></td></tr></tbody><tbody class="ChangeReplace"><tr><th>1548</th><td class="Left"><span>&nbsp; &nbsp; &nbsp; &nbsp;return preg_replace( '/<title>(.*?)<\/title>/is', <del>"<title>{$title}</title>", $content</del> );</span>&nbsp;</td><th>1548</th><td class="Right"><span>&nbsp; &nbsp; &nbsp; &nbsp;return preg_replace( '/<title>(.*?)<\/title>/is', <ins>'<title>' . preg_replace('/(\$|\\\\)(?=\d)/', '\\\\\1', strip_tags( $title ) ) . '</title>', $content, 1</ins> );</span></td></tr></tbody><tbody class="ChangeEqual"><tr><th>1549</th><td class="Left"><span>&nbsp; &nbsp;}</span>&nbsp;</span></td><th>1549</th><td class="Right"><span>&nbsp; &nbsp;}</span>&nbsp;</span></td></tr><tr><th>1550</th><td class="Left"><span>&nbsp; &nbsp;</span>&nbsp;</span></td><th>1550</th><td class="Right"><span>&nbsp; &nbsp;</span>&nbsp;</span></td></tr><tr><th>1551</th><td class="Left"><span>&nbsp; &nbsp;function internationalize( $in ) {</span>&nbsp;</span></td><th>1551</th><td class="Right"><span>&nbsp; &nbsp;function internationalize( $in ) {</span>&nbsp;</span></td></tr></tbody></table>

    Why is Wordfence seeing different files here at http://wordpress.org/plugins/all-in-one-seo-pack/ Any ideas???

Viewing 1 replies (of 1 total)
  • Because you upgraded the plugin? That’s impossible to read, by the way; but yes, we did fix a bug with the title not too long ago, so it’s good that you updated it.

Viewing 1 replies (of 1 total)
  • The topic ‘Wordfence showing problem with All In One SEO’ is closed to new replies.