Viewing 1 replies (of 1 total)
  • Actually – the variable $has_ut is created in another function using
    $has_ut = function_exists('user_trailingslashit');

    Since $has_ut is only used on line 567 in yoast_get_paged of All_in_One_SEO_Pack, it might be better to use this:
    if (function_exists('user_trailingslashit'))

Viewing 1 replies (of 1 total)
  • The topic ‘[PATCH] undefined variable: has_ut’ is closed to new replies.