Title: File differences
Last modified: August 21, 2016

---

# File differences

 *  Resolved [echoleaf](https://wordpress.org/support/users/echoleaf/)
 * (@echoleaf)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/file-differences/)
 * WordFence noted some file differences that I’d like to confirm as innocuous or
   not.
 * In query-wrangler.php, line 215 & 216 went from
 *     ```
       term_id bigint(20) NOT NULL,
       UNIQUE KEY 'query_term' ('query_id','term_id')
       ```
   
 * to
 *     ```
       term_id bigint(20) NOT NULL
       ```
   
 * Line 365 in /includes/theme.inc changed from
 *     ```
       if(isset($field_defaults['output_callback']) && function_exists($field_defaults['output_callback']))
       ```
   
 * to
 *     ```
       if(isset($field_defaults['output_callback']))
       ```
   
 * Are these changes expected and from you?
 * [https://wordpress.org/plugins/query-wrangler/](https://wordpress.org/plugins/query-wrangler/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Jonathan Daggerhart](https://wordpress.org/support/users/daggerhart/)
 * (@daggerhart)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/file-differences/#post-4825112)
 * Ah,
 * This is my fault. Those are upcoming updates that I pushed out a few days ago.
   I didn’t increment the plugin version because it wasn’t enough of a change to
   consider a release, I was mainly working on the readme.
 * I didn’t take into account how Wordfence works, so other people will likely see
   this same notice. I’ll complete the update and increment the version number sometime
   this weekend. After you update to the new version, you won’t get this notice 
   any more.
 * This was dumb on my part, and I’ll make sure not to do it again.
 *  Thread Starter [echoleaf](https://wordpress.org/support/users/echoleaf/)
 * (@echoleaf)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/file-differences/#post-4825120)
 * No problem, the response is much appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘File differences’ is closed to new replies.

 * ![](https://ps.w.org/query-wrangler/assets/icon-256x256.jpg?rev=3279076)
 * [Query Wrangler](https://wordpress.org/plugins/query-wrangler/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/query-wrangler/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/query-wrangler/)
 * [Active Topics](https://wordpress.org/support/plugin/query-wrangler/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/query-wrangler/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/query-wrangler/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [echoleaf](https://wordpress.org/support/users/echoleaf/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/file-differences/#post-4825120)
 * Status: resolved