Issues found with plugin check.

Issue #24 resolved
Former user created an issue

Recommendations:

  • bloginfo(url) was found in the file sermon-manager-for-wordpress/sermons.php. Use echo home_url() instead.
  • image_resize found in the file sermon-manager-for-wordpress/includes/taxonomy-images/taxonomy-images.php. Deprecated since version 3.5. Use wp_get_image_editor() instead. Line 169: $new = image_resize( $path,
  • image_resize found in the file sermon-manager-for-wordpress/includes/taxonomy-images/taxonomy-images-old.php. Deprecated since version 3.5. Use wp_get_image_editor() instead. Line 172: $new = image_resize( $path,
  • Text domain problems in sermon-manager-for-wordpress/sermons.php. You have not included a text domain!

Comments (4)

  1. Jack Lamb repo owner

    I couldn't even get plugin check to work on my local install! I'm not sure about the text domain issue, but I'll look into these.

  2. Log in to comment