'.esc_attr($themetext).' '.esc_attr(__('is CSS Hero Ready!','bioship')).'

'; $rec .= '
'; $rec .= '

'; $rec .= '→ '; $rec .= esc_attr(__('Edit Styles Live with CSS Hero','bioship')).'
'; // --- use CSS Hero background image --- $cssherobg = bioship_file_hierarchy('url','csshero-hover.jpg',array('images')); if ($cssherobg) { $rec .= ''; } } } // if (!$rec) { // TODO: maybe add a fallback recommendation ? // } // --- filter and return --- // 2.0.1: add filter override for recommendation $rec = bioship_apply_filters('admin_page_recommendations', $rec); return $rec; } }