Example #1
0
function bfa_addscripts_featured_gallery()
{
    if (!function_exists('gallery_styles')) {
        return;
    }
    gallery_styles();
}
Example #2
0
function addscripts_featured_gallery()
{
    if (!function_exists(gallery_styles)) {
        return;
    }
    gallery_styles();
}