Advertisement
bhengh

SB style call fix: sb_sermon_init (OLD)

Mar 15th, 2013
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. if (get_option('permalink_structure') == '')
  2. wp_register_style('sb_style', trailingslashit(site_url()).'?sb-style&', false, sb_get_option('style_date_modified'));
  3. else
  4. wp_register_style('sb_style', trailingslashit(site_url()).'sb-style.css', false, sb_get_option('style_date_modified'));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement