Advertisement
brvl

Untitled

Apr 18th, 2012
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. function_exists('add_theme_support')) add_theme_support( 'automatic-feed-links' ); if (function_exists('register_nav_menu')) { add_action( 'init', 'register_my_menu' ); function register_my_menu() { register_nav_menus( array( 'top-menu' => __('Top Menu'), 'footer-menu' => __('Footer Menu') ) ); } } if ( function_exists('register_sidebar') ) { register_sidebar( array('name' => 'sidebar_left', 'before_widget' => '', 'after_widget' => '', 'before_title' => '', 'after_title' => '') ); register_sidebar( array('name' => 'sidebar_right', 'before_widget' => '', 'after_widget' => '', 'before_title' => '', 'after_title' => '') ); } add_filter('comment_form_default_fields', 'commentform_format'); function commentform_format($arg) { $commenter = wp_get_current_commenter(); $req = get_option( 'require_name_email' ); $aria_req = ( $req ? " aria-required='true'" : '' ); $arg['author'] = ' function custom_comment($comment, $args, $depth) { $GLOBALS['comment'] = $comment; ?> id="comment-"> > | at comment_approved == '0') : ?> Your comment is awaiting moderation. 'Reply to this comment', 'depth' => $depth, 'max_depth'=> $args['max_depth'])) ?> function custom_pingback($comment, $args, $depth) { $GLOBALS['comment'] = $comment; ?> id="comment-"> function_exists( 'foodrecipe_admin_header_style' ) ) : function foodrecipe_admin_header_style() { ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement