Rename helper function for consistency

This commit is contained in:
Robin Cornett
2015-12-07 12:50:00 -05:00
parent 0189701db7
commit 2ef18bf587
4 changed files with 24 additions and 24 deletions
@@ -157,7 +157,7 @@ class Display_Featured_Image_Genesis_Common {
// taxonomy
if ( is_category() || is_tag() || is_tax() ) {
$term_id = $object->term_id;
$term_meta = displayfeaturedimagegenesis_term_image( $term_id );
$term_meta = displayfeaturedimagegenesis_get_term_image( $term_id );
if ( $term_meta ) {
$image_id = $term_meta;
}