PHP 5.4 error in version 4.1.7
-
cat-posts.php line 255 error due to the following:
wp_get_attachment_metadata($post_thumbnail_id, $size)['file']Suggest this can be easily fixed with the following:
if ( empty( $meta )) { $attachment_metadata = wp_get_attachment_metadata($post_thumbnail_id, $size); $meta['file'] = basename( $attachment_metadata['file'] ); }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘PHP 5.4 error in version 4.1.7’ is closed to new replies.