Skip to content
Snippets Groups Projects
functions.php 80 B
Newer Older
  • Learn to ignore specific revisions
  • <?php
    if ( function_exists('register_sidebar') ){
    register_sidebar();
    }
    ?>