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?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘File differences’ is closed to new replies.