Add post type images to customizer

This commit is contained in:
Robin Cornett
2017-12-28 17:05:33 -05:00
parent 2ea13a9fab
commit 7a45058f54
3 changed files with 5 additions and 3 deletions
@@ -273,7 +273,6 @@ class Display_Featured_Image_Genesis_Common {
if ( is_numeric( $attachment_url ) || '' === $attachment_url ) {
return $attachment_url;
}
_deprecated_function( __FUNCTION__, '2.7.0' );
// if we're running 4.0 or later, we can do this all using a new core function.
if ( function_exists( 'attachment_url_to_postid' ) ) {