Display CPT description on archive.php pages for all CPT

Since 4.9.

if ( get_the_post_type_description()) {

echo get_the_post_type_description();

}

redeclaring the function will crash WordPress.