Advertisement
bhengh

for Lisa: old code

Apr 16th, 2013
89
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(home_url()).'?sb-style&', false, sb_get_option('style_date_modified'));
  3. else
  4. wp_register_style('sb_style', trailingslashit(home_url()).'sb-style.css', false, sb_get_option('style_date_modified'));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement