Advertisement
Guest User

Untitled

a guest
Apr 4th, 2012
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. if ( function_exists("add_theme_support") ) { add_theme_support("post-thumbnails"); }
  2.     if(function_exists('add_custom_background')) {
  3.         add_custom_background();
  4.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement