File different in Word Press source
-
Our Security Plugin, wordFence found differences in the file, disable-comments.php, on WordPress and the file which is on our server This file was on our server on updated on 7/29.
See attached.
Which file is the most recent? Thanks!
* Plugin URI: https://www.ads-software.com/plugins/disable-comments/ 4 * Plugin URI: https://www.ads-software.com/plugins/disable-comments/
5 * Description: Allows administrators to globally disable comments on their site. Comments can be disabled according to post type. 5 * Description: Allows administrators to globally disable comments on their site. Comments can be disabled according to post type.
6 * Version: 1.10.3 6 * Version: 1.10.3
7 * Author: WPDeveloper 7 * Author: Samir Shah
8 * Author URI: https://wpdeveloper.net 8 * Author URI: https://www.rayofsolaris.net/
9 * License: GPL-3.0+ 9 * License: GPL2
10 * License URI: https://www.gnu.org/licenses/gpl-3.0.html
11 * Text Domain: disable-comments 10 * Text Domain: disable-comments
12 * Domain Path: /languages/ 11 * Domain Path: /languages/
13 * 12 *
… …
402 static $plugin; 401 static $plugin;
403 $plugin = plugin_basename( __FILE__ ); 402 $plugin = plugin_basename( __FILE__ );
404 if ( $file == $plugin ) { 403 if ( $file == $plugin ) {
405 $links[] = ‘GitHub‘; 405 $links[] = ‘GitHub‘;
406 } 405 }
407 return $links; 406 return $links;
408 } 407 }
- The topic ‘File different in Word Press source’ is closed to new replies.