'AnsPress List Right', 'id' => 'ap-list-right', 'description' => 'These widgets will appear in the right sidebar of question list', 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

' ) ); register_sidebar( array( 'name'=>'AnsPress Single', 'id' => 'ap-single', 'description' => 'These widgets will appear in the right side question page', 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

' ) ); register_sidebar( array( 'name'=>'Askme Top 1', 'description' => 'These widgets will appear at the top of ap', 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

' ) ); } if ( ! function_exists( 'ap_comment' ) ) : function ap_comment( $comment, $args, $depth ) { $GLOBALS['comment'] = $comment; ?>
  • id="li-comment-">
    comment_approved ) : ?>

    ', esc_url( get_comment_link( $comment->comment_ID ) ), get_comment_time( 'c' ), ap_human_time(get_comment_time('U')), __('ago', 'ap') ); ?>